1
0
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:
Jfreegman
2013-11-29 19:26:59 -05:00
parent 57c2872b75
commit a02bbfa643
3 changed files with 10 additions and 3 deletions

View File

@ -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;