aboutsummaryrefslogtreecommitdiff
path: root/src/util/configuration.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/configuration.c')
-rw-r--r--src/util/configuration.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/configuration.c b/src/util/configuration.c
index c69b933a3..ca27b5aef 100644
--- a/src/util/configuration.c
+++ b/src/util/configuration.c
@@ -328,7 +328,7 @@ GNUNET_CONFIGURATION_parse (struct GNUNET_CONFIGURATION_Handle *cfg,
328 return GNUNET_SYSERR; 328 return GNUNET_SYSERR;
329 dirty = cfg->dirty; /* back up value! */ 329 dirty = cfg->dirty; /* back up value! */
330 if (GNUNET_SYSERR == 330 if (GNUNET_SYSERR ==
331 GNUNET_DISK_file_size (fn, &fs64, GNUNET_YES, GNUNET_YES)) 331 GNUNET_DISK_file_size (fn, &fs64, GNUNET_YES, GNUNET_YES))
332 { 332 {
333 LOG (GNUNET_ERROR_TYPE_WARNING, 333 LOG (GNUNET_ERROR_TYPE_WARNING,
334 "Error while determining the file size of %s\n", fn); 334 "Error while determining the file size of %s\n", fn);