mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-04 19:46:44 +02:00
kill file transfer if writing fails
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
extern char *DATA_FILE;
|
||||
extern int store_data(Tox *m, char *path);
|
||||
|
||||
GroupChat groupchats[MAX_GROUPCHAT_NUM];
|
||||
static GroupChat groupchats[MAX_GROUPCHAT_NUM];
|
||||
int num_groupchats = 0;
|
||||
static int max_groupchat_index = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user