gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r31634 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r31634 - gnunet/src/util
Date: Fri, 20 Dec 2013 22:13:33 +0100

Author: grothoff
Date: 2013-12-20 22:13:33 +0100 (Fri, 20 Dec 2013)
New Revision: 31634

Modified:
   gnunet/src/util/strings.c
Log:
-support weeks as well

Modified: gnunet/src/util/strings.c
===================================================================
--- gnunet/src/util/strings.c   2013-12-20 18:55:00 UTC (rev 31633)
+++ gnunet/src/util/strings.c   2013-12-20 21:13:33 UTC (rev 31634)
@@ -311,6 +311,8 @@
     { "d", 24 * 60 * 60 * 1000LL * 1000LL},
     { "day", 24 * 60 * 60 * 1000LL * 1000LL},
     { "days", 24 * 60 * 60 * 1000LL * 1000LL},
+    { "week", 7 * 24 * 60 * 60 * 1000LL * 1000LL},
+    { "weeks", 7 * 24 * 60 * 60 * 1000LL * 1000LL},
     { "a", 31536000000000LL /* year */ },
     { NULL, 0}
   };




reply via email to

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