aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ==