1
0
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:
Bram Matthys
2023-07-09 13:40:37 +02:00
parent a68fa03ab5
commit 0618495962
+1 -1
View File
@@ -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;