gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r24859 - gnunet-gtk/src/fs


From: gnunet
Subject: [GNUnet-SVN] r24859 - gnunet-gtk/src/fs
Date: Fri, 9 Nov 2012 13:15:55 +0100

Author: szengel
Date: 2012-11-09 13:15:54 +0100 (Fri, 09 Nov 2012)
New Revision: 24859

Modified:
   gnunet-gtk/src/fs/gnunet-fs-gtk_event-handler.c
Log:
make it compile with new GNUNET_DISK_directory_test API


Modified: gnunet-gtk/src/fs/gnunet-fs-gtk_event-handler.c
===================================================================
--- gnunet-gtk/src/fs/gnunet-fs-gtk_event-handler.c     2012-11-09 11:53:46 UTC 
(rev 24858)
+++ gnunet-gtk/src/fs/gnunet-fs-gtk_event-handler.c     2012-11-09 12:15:54 UTC 
(rev 24859)
@@ -364,7 +364,7 @@
                                                            &dirname))
     return NULL;
 
-  if (GNUNET_YES != GNUNET_DISK_directory_test ((const char *) dirname))
+  if (GNUNET_YES != GNUNET_DISK_directory_test ((const char *) dirname, 
GNUNET_YES))
   {
     GNUNET_free (dirname);
     return NULL;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]