projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e68c2f2
)
fix
author
Christian Grothoff
<christian@grothoff.org>
Wed, 27 Apr 2011 18:34:56 +0000
(18:34 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Wed, 27 Apr 2011 18:34:56 +0000
(18:34 +0000)
src/fs/fs_misc.c
patch
|
blob
|
history
diff --git
a/src/fs/fs_misc.c
b/src/fs/fs_misc.c
index 823cd33c440b98192cb42bcb83c3c01921453aab..73dcd4e36787da82bdb52bf83fb849f6d5feccdb 100644
(file)
--- a/
src/fs/fs_misc.c
+++ b/
src/fs/fs_misc.c
@@
-170,6
+170,7
@@
unsigned int
GNUNET_FS_get_current_year ()
{
time_t tp;
+ struct tm *t;
tp = time (NULL);
t = gmtime (&tp);