aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-gtk_event-handler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-fs-gtk_event-handler.c')
-rw-r--r--src/fs/gnunet-fs-gtk_event-handler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-fs-gtk_event-handler.c b/src/fs/gnunet-fs-gtk_event-handler.c
index e2a6918c..6758db12 100644
--- a/src/fs/gnunet-fs-gtk_event-handler.c
+++ b/src/fs/gnunet-fs-gtk_event-handler.c
@@ -364,7 +364,7 @@ get_default_download_directory (char *buffer, size_t size)
364 &dirname)) 364 &dirname))
365 return NULL; 365 return NULL;
366 366
367 if (GNUNET_YES != GNUNET_DISK_directory_test ((const char *) dirname)) 367 if (GNUNET_YES != GNUNET_DISK_directory_test ((const char *) dirname, GNUNET_YES))
368 { 368 {
369 GNUNET_free (dirname); 369 GNUNET_free (dirname);
370 return NULL; 370 return NULL;