diff options
author | Christian Grothoff <christian@grothoff.org> | 2005-08-22 01:52:24 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2005-08-22 01:52:24 +0000 |
commit | 605f0be4d4dacaaad76f457c27c7c465d8f28d7c (patch) | |
tree | c46de7aca208962cd9425623d94348a8f0a9360f | |
parent | b10872d020ee5494fb495f007c6db2c37208d5d3 (diff) | |
download | gnunet-gtk-605f0be4d4dacaaad76f457c27c7c465d8f28d7c.tar.gz gnunet-gtk-605f0be4d4dacaaad76f457c27c7c465d8f28d7c.zip |
track more
-rw-r--r-- | src/plugins/fs/download.c | 1 |
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, |