gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r19498 - gnunet-gtk/src/fs
Date: Sat, 28 Jan 2012 15:52:17 +0100

Author: grothoff
Date: 2012-01-28 15:52:17 +0100 (Sat, 28 Jan 2012)
New Revision: 19498

Modified:
   gnunet-gtk/src/fs/gnunet-fs-gtk-main_window_file_publish.c
Log:
-fix in anticipation of FS API change

Modified: gnunet-gtk/src/fs/gnunet-fs-gtk-main_window_file_publish.c
===================================================================
--- gnunet-gtk/src/fs/gnunet-fs-gtk-main_window_file_publish.c  2012-01-28 
14:39:01 UTC (rev 19497)
+++ gnunet-gtk/src/fs/gnunet-fs-gtk-main_window_file_publish.c  2012-01-28 
14:52:17 UTC (rev 19498)
@@ -1041,7 +1041,7 @@
 
 static int
 directory_scan_cb (void *cls, struct GNUNET_FS_DirScanner *ds,
-    const char *filename, char is_directory,
+    const char *filename, int is_directory,
     enum GNUNET_FS_DirScannerProgressUpdateReason reason)
 {
   struct AddDirClientContext *adcc = cls;




reply via email to

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