mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-05 01:33:13 +02:00
No comment :D :D
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user