]> git.street.me.uk Git - andy/viking.git/commit
Really fix showing map timestamps on Windows on the map tile info dialog.
authorRob Norris <rw_norris@hotmail.com>
Wed, 17 Apr 2013 20:33:51 +0000 (21:33 +0100)
committerRob Norris <rw_norris@hotmail.com>
Sat, 20 Apr 2013 08:48:28 +0000 (09:48 +0100)
commit6be843d5631e57a3275535324ba0147adf7deb2c
tree236632f75b76b026de33956eeb44256d247fb45d
parentb02cd3a307f3412077e853026e164e99d34c8476
Really fix showing map timestamps on Windows on the map tile info dialog.

For some reason it would always show '(null)', so revert back to strftime() and use gmtime() too.
Ditch the gdate stuff as it doesn't simplify the code either
src/vikmapslayer.c