aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/fs/meta.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2006-10-23 00:32:41 +0000
committerChristian Grothoff <christian@grothoff.org>2006-10-23 00:32:41 +0000
commita453403315966056aa40945a81e4c3ed677fc71e (patch)
tree05252b75fa2c671d165ccc1cdaff3a1e64a10035 /src/plugins/fs/meta.c
parenta8c2614e103da41188fcc9e9b225cefe788ec0b5 (diff)
downloadgnunet-gtk-a453403315966056aa40945a81e4c3ed677fc71e.tar.gz
gnunet-gtk-a453403315966056aa40945a81e4c3ed677fc71e.zip
making gnunet-gtk compile
Diffstat (limited to 'src/plugins/fs/meta.c')
-rw-r--r--src/plugins/fs/meta.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/fs/meta.c b/src/plugins/fs/meta.c
index 686256d1..74ed7932 100644
--- a/src/plugins/fs/meta.c
+++ b/src/plugins/fs/meta.c
@@ -438,7 +438,7 @@ char * updateIntervalToString(TIME_T interval) {
438 return strdup(_("--sporadic update--")); 438 return strdup(_("--sporadic update--"));
439 if (interval == ECRS_SBLOCK_UPDATE_NONE) 439 if (interval == ECRS_SBLOCK_UPDATE_NONE)
440 return strdup(_("--no update--")); 440 return strdup(_("--no update--"));
441 return timeIntervalToFancyString(interval * cronSECONDS); 441 return string_get_fancy_time_interval(interval * cronSECONDS);
442} 442}
443 443
444int parseTimeInterval(const char * timeSpec, 444int parseTimeInterval(const char * timeSpec,