aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_download.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-26 15:25:27 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-26 15:25:27 +0000
commite6674963348824eb7d8bdfdc0e2d655ca9773a40 (patch)
treea46baf117e9b403de3ad618a3e5a85e2f616d278 /src/fs/test_fs_download.c
parent4868c316f36cbefb52e7823b7852a20373389a68 (diff)
downloadgnunet-e6674963348824eb7d8bdfdc0e2d655ca9773a40.tar.gz
gnunet-e6674963348824eb7d8bdfdc0e2d655ca9773a40.zip
fully implement in-line files in directories
Diffstat (limited to 'src/fs/test_fs_download.c')
-rw-r--r--src/fs/test_fs_download.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/test_fs_download.c b/src/fs/test_fs_download.c
index f33a1bd4a..b06f0e965 100644
--- a/src/fs/test_fs_download.c
+++ b/src/fs/test_fs_download.c
@@ -149,7 +149,7 @@ progress_cb (void *cls,
149 download = GNUNET_FS_download_start (fs, 149 download = GNUNET_FS_download_start (fs,
150 event->value.publish.specifics.completed.chk_uri, 150 event->value.publish.specifics.completed.chk_uri,
151 NULL, 151 NULL,
152 fn, 152 fn, NULL,
153 0, 153 0,
154 FILESIZE, 154 FILESIZE,
155 1, 155 1,