aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-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/gnunet-download.c
parent4868c316f36cbefb52e7823b7852a20373389a68 (diff)
downloadgnunet-e6674963348824eb7d8bdfdc0e2d655ca9773a40.tar.gz
gnunet-e6674963348824eb7d8bdfdc0e2d655ca9773a40.zip
fully implement in-line files in directories
Diffstat (limited to 'src/fs/gnunet-download.c')
-rw-r--r--src/fs/gnunet-download.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-download.c b/src/fs/gnunet-download.c
index 6f50922be..d9ab7543d 100644
--- a/src/fs/gnunet-download.c
+++ b/src/fs/gnunet-download.c
@@ -221,7 +221,7 @@ run (void *cls,
221 dc = GNUNET_FS_download_start (ctx, 221 dc = GNUNET_FS_download_start (ctx,
222 uri, 222 uri,
223 NULL, 223 NULL,
224 filename, 224 filename, NULL,
225 0, 225 0,
226 GNUNET_FS_uri_chk_get_file_size (uri), 226 GNUNET_FS_uri_chk_get_file_size (uri),
227 anonymity, 227 anonymity,