aboutsummaryrefslogtreecommitdiff
path: root/src/hello/gnunet-hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hello/gnunet-hello.c')
-rw-r--r--src/hello/gnunet-hello.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hello/gnunet-hello.c b/src/hello/gnunet-hello.c
index d64833b42..cbbdce3da 100644
--- a/src/hello/gnunet-hello.c
+++ b/src/hello/gnunet-hello.c
@@ -122,7 +122,7 @@ main (int argc, char *argv[])
122 _("Call with name of HELLO file to modify.\n")); 122 _("Call with name of HELLO file to modify.\n"));
123 return 1; 123 return 1;
124 } 124 }
125 if (GNUNET_OK != GNUNET_DISK_file_size (argv[1], &fsize, GNUNET_YES)) 125 if (GNUNET_OK != GNUNET_DISK_file_size (argv[1], &fsize, GNUNET_YES, GNUNET_YES))
126 { 126 {
127 FPRINTF (stderr, 127 FPRINTF (stderr,
128 _("Error accessing file `%s': %s\n"), 128 _("Error accessing file `%s': %s\n"),