mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-13 01:13:02 +01:00
small optimization
This commit is contained in:
parent
3ceba62921
commit
c0d4070b96
@ -370,7 +370,7 @@ static void do_file_senders(Tox *m)
|
||||
|
||||
int i;
|
||||
|
||||
for (i = 0; i < MAX_FILES; ++i) {
|
||||
for (i = 0; i < num_file_senders; ++i) {
|
||||
if (!file_senders[i].active)
|
||||
continue;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user