summaryrefslogtreecommitdiff
path: root/src/fs/gnunet-directory.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-directory.c')
-rw-r--r--src/fs/gnunet-directory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-directory.c b/src/fs/gnunet-directory.c
index 0721ea90e..c722f57ff 100644
--- a/src/fs/gnunet-directory.c
+++ b/src/fs/gnunet-directory.c
@@ -136,7 +136,7 @@ run (void *cls, char *const *args, const char *cfgfile,
136 i = 0; 136 i = 0;
137 while (NULL != (filename = args[i++])) 137 while (NULL != (filename = args[i++]))
138 { 138 {
139 if ((GNUNET_OK != GNUNET_DISK_file_size (filename, &size, GNUNET_YES)) || 139 if ((GNUNET_OK != GNUNET_DISK_file_size (filename, &size, GNUNET_YES, GNUNET_YES)) ||
140 (NULL == 140 (NULL ==
141 (h = 141 (h =
142 GNUNET_DISK_file_open (filename, GNUNET_DISK_OPEN_READ, 142 GNUNET_DISK_file_open (filename, GNUNET_DISK_OPEN_READ,