1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-06 09:26:44 +02:00

a few small filetransfer fixes

This commit is contained in:
Jfreegman
2015-03-29 19:29:38 -04:00
parent e3130c92c0
commit bdb0951c84
2 changed files with 2 additions and 0 deletions

View File

@ -275,6 +275,7 @@ void cmd_sendfile(WINDOW *window, ToxWindow *self, Tox *m, int argc, char (*argv
ft->file = file_to_send;
ft->file_size = filesize;
ft->filenum = filenum;
ft->friendnum = self->num;
ft->direction = FILE_TRANSFER_SEND;
char sizestr[32];