aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_download.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-05-06 14:44:08 +0000
committerChristian Grothoff <christian@grothoff.org>2016-05-06 14:44:08 +0000
commite8cf81fdb3fdaef59b49da8f6e952a3225ab326e (patch)
tree4e5f75d44a9121b32895fdfc5a4177052a7d923d /src/fs/fs_download.c
parentae8cb91d9961899075a892a3110204bc139c2eb6 (diff)
downloadgnunet-e8cf81fdb3fdaef59b49da8f6e952a3225ab326e.tar.gz
gnunet-e8cf81fdb3fdaef59b49da8f6e952a3225ab326e.zip
fixing compiler warnings
Diffstat (limited to 'src/fs/fs_download.c')
-rw-r--r--src/fs/fs_download.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs_download.c b/src/fs/fs_download.c
index e8b632a3f..42677af8a 100644
--- a/src/fs/fs_download.c
+++ b/src/fs/fs_download.c
@@ -2096,7 +2096,7 @@ create_download_context (struct GNUNET_FS_Handle *h,
2096 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 2096 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
2097 "Starting download %p, %u bytes at offset %llu\n", 2097 "Starting download %p, %u bytes at offset %llu\n",
2098 dc, 2098 dc,
2099 (unsigned long long) length, 2099 (unsigned int) length,
2100 (unsigned long long) offset); 2100 (unsigned long long) offset);
2101 dc->h = h; 2101 dc->h = h;
2102 dc->uri = GNUNET_FS_uri_dup (uri); 2102 dc->uri = GNUNET_FS_uri_dup (uri);