mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-07 17:06:35 +01:00
small fix
This commit is contained in:
@@ -352,7 +352,7 @@ void do_file_senders(Tox *m)
|
||||
int i;
|
||||
|
||||
for (i = 0; i < MAX_FILES; ++i) {
|
||||
if (file_senders[i].file == NULL)
|
||||
if (!file_senders[i].active)
|
||||
continue;
|
||||
|
||||
while (true) {
|
||||
|
||||
Reference in New Issue
Block a user