aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/util/strings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/strings.c b/src/util/strings.c
index 40968956e1..1e9e7222aa 100644
--- a/src/util/strings.c
+++ b/src/util/strings.c
@@ -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;