aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-03-21 13:23:50 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-03-21 13:23:50 +0000
commitd29be6eaaeec4054d1bcfde6671df476c6a26ed6 (patch)
tree59e67287a2bf6edc94bb49ba7557ad8b09b9ccf5 /src
parente83f713b6cd9795ca576402682448f0c54879331 (diff)
downloadgnunet-d29be6eaaeec4054d1bcfde6671df476c6a26ed6.tar.gz
gnunet-d29be6eaaeec4054d1bcfde6671df476c6a26ed6.zip
- old value was only 8h
Diffstat (limited to 'src')
-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 40968956e..1e9e7222a 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,
293 { "'", 60 * 1000}, 293 { "'", 60 * 1000},
294 { "h", 60 * 60 * 1000}, 294 { "h", 60 * 60 * 1000},
295 { "d", 24 * 60 * 60 * 1000}, 295 { "d", 24 * 60 * 60 * 1000},
296 { "a", 31557600 /* year */ }, 296 { "a", 31536000000 /* year */ },
297 { NULL, 0} 297 { NULL, 0}
298 }; 298 };
299 int ret; 299 int ret;