-eliminating duplicate code
[oweals/gnunet.git] / src / util / strings.c
index 1e9e7222aabc760b3f1d441967e0397387d94daa..d796d889461cdff192a359f5e3d7f4208387408f 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", 31536000000 /* year */ },
+    { "a", 31536000000LL /* year */ },
     { NULL, 0}
   };
   int ret;