- old value was only 8h
authorMatthias Wachs <wachs@net.in.tum.de>
Wed, 21 Mar 2012 13:23:50 +0000 (13:23 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Wed, 21 Mar 2012 13:23:50 +0000 (13:23 +0000)
src/util/strings.c

index 40968956e18c48ea5f53f628f09834a113a8d36f..1e9e7222aabc760b3f1d441967e0397387d94daa 100644 (file)
@@ -293,7 +293,7 @@ GNUNET_STRINGS_fancy_time_to_relative (const char *fancy_time,
     { "'", 60 * 1000},
     { "h", 60 * 60 * 1000},
     { "d", 24 * 60 * 60 * 1000},
-    { "a", 31557600 /* year */ },
+    { "a", 31536000000 /* year */ },
     { NULL, 0}
   };
   int ret;