aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2005-08-22 01:52:24 +0000
committerChristian Grothoff <christian@grothoff.org>2005-08-22 01:52:24 +0000
commit605f0be4d4dacaaad76f457c27c7c465d8f28d7c (patch)
treec46de7aca208962cd9425623d94348a8f0a9360f
parentb10872d020ee5494fb495f007c6db2c37208d5d3 (diff)
downloadgnunet-gtk-605f0be4d4dacaaad76f457c27c7c465d8f28d7c.tar.gz
gnunet-gtk-605f0be4d4dacaaad76f457c27c7c465d8f28d7c.zip
track more
-rw-r--r--src/plugins/fs/download.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/fs/download.c b/src/plugins/fs/download.c
index 7ce50a70..3defe98f 100644
--- a/src/plugins/fs/download.c
+++ b/src/plugins/fs/download.c
@@ -50,6 +50,7 @@ static int addFilesToDirectory
50 struct ECRS_URI * uri = closure; 50 struct ECRS_URI * uri = closure;
51 DownloadList * pos; 51 DownloadList * pos;
52 52
53 FSUI_trackURI(fi);
53 pos = head; 54 pos = head;
54 while (pos != NULL) { 55 while (pos != NULL) {
55 if (ECRS_equalsUri(uri, 56 if (ECRS_equalsUri(uri,