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