1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-05 03:06:45 +02:00

close file transfers on exit & fixes

This commit is contained in:
Jfreegman
2013-11-28 22:28:40 -05:00
parent 8cf3043dd3
commit 04b394d6dd
4 changed files with 25 additions and 10 deletions

View File

@ -122,7 +122,7 @@ typedef struct {
} FileSender;
FileSender file_senders[MAX_FILES];
uint8_t num_file_senders;
uint8_t max_file_senders_index;
typedef struct {
uint8_t filenames[MAX_FILES][MAX_STR_SIZE];