aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-04-27 18:34:56 +0000
committerChristian Grothoff <christian@grothoff.org>2011-04-27 18:34:56 +0000
commit626fa6e87a4c6bfdb03a9bba0bce81a393ca92ce (patch)
tree9b96cc617435981be0cf236d80ee32e43d035a19
parente68c2f2f25cce89321e97a332321150b67bd9c80 (diff)
downloadgnunet-626fa6e87a4c6bfdb03a9bba0bce81a393ca92ce.tar.gz
gnunet-626fa6e87a4c6bfdb03a9bba0bce81a393ca92ce.zip
fix
-rw-r--r--src/fs/fs_misc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs/fs_misc.c b/src/fs/fs_misc.c
index 823cd33c4..73dcd4e36 100644
--- a/src/fs/fs_misc.c
+++ b/src/fs/fs_misc.c
@@ -170,6 +170,7 @@ unsigned int
170GNUNET_FS_get_current_year () 170GNUNET_FS_get_current_year ()
171{ 171{
172 time_t tp; 172 time_t tp;
173 struct tm *t;
173 174
174 tp = time (NULL); 175 tp = time (NULL);
175 t = gmtime (&tp); 176 t = gmtime (&tp);