1
0
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:
Jfreegman
2014-08-16 17:20:53 -04:00
parent ae83725cb6
commit b870679f2c
6 changed files with 71 additions and 5 deletions

View File

@@ -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;
}
}