diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-01-28 14:52:17 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-01-28 14:52:17 +0000 |
commit | 3e73187397d7f8b893073acd58a0947e85fa15f2 (patch) | |
tree | 72063e88a20df2c1fbb0f44d4e565743ff1e16f4 | |
parent | 7c94d86e4f8673975a53d6b7255308e217d9970c (diff) | |
download | gnunet-gtk-3e73187397d7f8b893073acd58a0947e85fa15f2.tar.gz gnunet-gtk-3e73187397d7f8b893073acd58a0947e85fa15f2.zip |
-fix in anticipation of FS API change
-rw-r--r-- | src/fs/gnunet-fs-gtk-main_window_file_publish.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-fs-gtk-main_window_file_publish.c b/src/fs/gnunet-fs-gtk-main_window_file_publish.c index f4e93fe1..bf113ca6 100644 --- a/src/fs/gnunet-fs-gtk-main_window_file_publish.c +++ b/src/fs/gnunet-fs-gtk-main_window_file_publish.c | |||
@@ -1041,7 +1041,7 @@ directory_trim_complete (void *cls, | |||
1041 | 1041 | ||
1042 | static int | 1042 | static int |
1043 | directory_scan_cb (void *cls, struct GNUNET_FS_DirScanner *ds, | 1043 | directory_scan_cb (void *cls, struct GNUNET_FS_DirScanner *ds, |
1044 | const char *filename, char is_directory, | 1044 | const char *filename, int is_directory, |
1045 | enum GNUNET_FS_DirScannerProgressUpdateReason reason) | 1045 | enum GNUNET_FS_DirScannerProgressUpdateReason reason) |
1046 | { | 1046 | { |
1047 | struct AddDirClientContext *adcc = cls; | 1047 | struct AddDirClientContext *adcc = cls; |