diff options
Diffstat (limited to 'src/fs/gnunet-fs-gtk_unindex.c')
-rw-r--r-- | src/fs/gnunet-fs-gtk_unindex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-fs-gtk_unindex.c b/src/fs/gnunet-fs-gtk_unindex.c index 1c49747a..7c056060 100644 --- a/src/fs/gnunet-fs-gtk_unindex.c +++ b/src/fs/gnunet-fs-gtk_unindex.c | |||
@@ -326,7 +326,7 @@ add_indexed_file (void *cls, const char *filename, | |||
326 | if (GNUNET_OK != | 326 | if (GNUNET_OK != |
327 | GNUNET_DISK_file_size (filename, | 327 | GNUNET_DISK_file_size (filename, |
328 | &filesize, | 328 | &filesize, |
329 | GNUNET_YES)) | 329 | GNUNET_YES, GNUNET_YES)) |
330 | { | 330 | { |
331 | GNUNET_log (GNUNET_ERROR_TYPE_WARNING, | 331 | GNUNET_log (GNUNET_ERROR_TYPE_WARNING, |
332 | _("Could not access indexed file `%s'\n"), | 332 | _("Could not access indexed file `%s'\n"), |