From 061849596221ee9b5aad337a2f557eb481ef7e91 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Sun, 9 Jul 2023 13:40:37 +0200 Subject: [PATCH] No comment :D :D --- src/url_unreal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/url_unreal.c b/src/url_unreal.c index 83cc3b258..530ef1e72 100644 --- a/src/url_unreal.c +++ b/src/url_unreal.c @@ -1234,7 +1234,7 @@ int downloads_in_progress(void) /* Bit stupid to do it this slow way, can't we maintain a counter? Needs to be accurate though */ - for (d = downloads; d; d = d->next); + for (d = downloads; d; d = d->next) count++; return count;