aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-gtk_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-fs-gtk_common.c')
-rw-r--r--src/fs/gnunet-fs-gtk_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-fs-gtk_common.c b/src/fs/gnunet-fs-gtk_common.c
index 27905f25..d671a40d 100644
--- a/src/fs/gnunet-fs-gtk_common.c
+++ b/src/fs/gnunet-fs-gtk_common.c
@@ -208,7 +208,7 @@ GNUNET_FS_GTK_mmap_and_scan (const char *filename,
208 void *ddata; 208 void *ddata;
209 int ret; 209 int ret;
210 210
211 if (GNUNET_OK != GNUNET_DISK_file_size (filename, &fsize, GNUNET_YES)) 211 if (GNUNET_OK != GNUNET_DISK_file_size (filename, &fsize, GNUNET_YES, GNUNET_YES))
212 { 212 {
213 GNUNET_break (0); 213 GNUNET_break (0);
214 return GNUNET_SYSERR; 214 return GNUNET_SYSERR;