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:
@ -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];
|
||||
|
Reference in New Issue
Block a user