gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r6777 - in libmicrohttpd: . src/daemon


From: gnunet
Subject: [GNUnet-SVN] r6777 - in libmicrohttpd: . src/daemon
Date: Mon, 5 May 2008 09:18:02 -0600 (MDT)

Author: grothoff
Date: 2008-05-05 09:18:01 -0600 (Mon, 05 May 2008)
New Revision: 6777

Modified:
   libmicrohttpd/AUTHORS
   libmicrohttpd/src/daemon/connection.c
Log:
fix date

Modified: libmicrohttpd/AUTHORS
===================================================================
--- libmicrohttpd/AUTHORS       2008-05-04 23:57:07 UTC (rev 6776)
+++ libmicrohttpd/AUTHORS       2008-05-05 15:18:01 UTC (rev 6777)
@@ -5,6 +5,7 @@
 Chris GauthierDickey <address@hidden>
 Elliot Glaysher
 Daniel Pittman <address@hidden>
+John Popplewell <address@hidden>
 Nils Durner <address@hidden>
 Heikki Lindholm <address@hidden>
 Alex Sadovsky <address@hidden>

Modified: libmicrohttpd/src/daemon/connection.c
===================================================================
--- libmicrohttpd/src/daemon/connection.c       2008-05-04 23:57:07 UTC (rev 
6776)
+++ libmicrohttpd/src/daemon/connection.c       2008-05-05 15:18:01 UTC (rev 
6777)
@@ -453,7 +453,7 @@
             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);
 }
 
 /**





reply via email to

[Prev in Thread] Current Thread [Next in Thread]