mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-20 07:36:36 +02:00
small optimization
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user