This commit is contained in:
Christian Grothoff
2008-05-05 15:18:01 +00:00
parent c10ad1ef77
commit e55b6e9d4f
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -5,6 +5,7 @@ Code contributions also came from:
Chris GauthierDickey <chrisg@cs.du.edu>
Elliot Glaysher
Daniel Pittman <depittman@gmail.com>
John Popplewell <john@johnnypops.demon.co.uk>
Nils Durner <durner@gnunet.org>
Heikki Lindholm <holindho@cs.helsinki.fi>
Alex Sadovsky <alexeysad@gmail.com>
+1 -1
View File
@@ -453,7 +453,7 @@ get_date_string (char *date, unsigned int max)
days[now.tm_wday % 7],
now.tm_mday,
mons[now.tm_mon % 12],
now.tm_year, now.tm_hour, now.tm_min, now.tm_sec);
1900 + now.tm_year, now.tm_hour, now.tm_min, now.tm_sec);
}
/**