mirror of
https://github.com/Tha14/toxic.git
synced 2026-01-27 20:33:16 +01:00
allow resuming of broken file transfers (needs testing)
This commit is contained in:
@@ -217,7 +217,9 @@ void do_file_senders(Tox *m)
|
||||
continue;
|
||||
}
|
||||
|
||||
send_file_data(self, m, i, friendnum, filenum, filename);
|
||||
if (file_senders[i].noconnection == false)
|
||||
send_file_data(self, m, i, friendnum, filenum, filename);
|
||||
|
||||
file_senders[i].queue_pos = num_active_file_senders - 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user