aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-15 13:08:43 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-15 13:08:43 +0000
commitd09ed1d4ad8265ecb73143e858f24f5971920c4c (patch)
treeff0c407784be0e3396bc8d4f8b17121b54966338 /src
parentee28d54c6b7f1d1dbcb518b7b3f577cb192b401a (diff)
downloadgnunet-d09ed1d4ad8265ecb73143e858f24f5971920c4c.tar.gz
gnunet-d09ed1d4ad8265ecb73143e858f24f5971920c4c.zip
-uuuunet
Diffstat (limited to 'src')
-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 69298f2c9..0596d85e3 100644
--- a/src/fs/fs_download.c
+++ b/src/fs/fs_download.c
@@ -2178,7 +2178,7 @@ GNUNET_FS_download_start_from_search (struct GNUNET_FS_Handle *h,
2178 { 2178 {
2179 dc->filename = GNUNET_strdup (filename); 2179 dc->filename = GNUNET_strdup (filename);
2180 if (GNUNET_YES == GNUNET_DISK_file_test (filename)) 2180 if (GNUNET_YES == GNUNET_DISK_file_test (filename))
2181 GNUUNET_break (GNUNET_OK == GNUNET_DISK_file_size (filename, &dc->old_file_size, GNUNET_YES)); 2181 GNUNET_break (GNUNET_OK == GNUNET_DISK_file_size (filename, &dc->old_file_size, GNUNET_YES));
2182 } 2182 }
2183 if (GNUNET_FS_uri_test_loc (dc->uri)) 2183 if (GNUNET_FS_uri_test_loc (dc->uri))
2184 GNUNET_assert (GNUNET_OK == 2184 GNUNET_assert (GNUNET_OK ==