mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-23 01:23:03 +01:00
oops
This commit is contained in:
parent
39fc54972a
commit
7de4089695
@ -19,7 +19,7 @@ uint8_t num_frnd_requests = 0;
|
|||||||
|
|
||||||
/* One group chat request slot for each friend; slot is
|
/* One group chat request slot for each friend; slot is
|
||||||
overwritten on subsequent requests by the same friend. */
|
overwritten on subsequent requests by the same friend. */
|
||||||
uint8_t pending_grp_requests[MAX_FRIENDS_NUM][TOX_CLIENT_ID_SIZE] = {'a'};
|
uint8_t pending_grp_requests[MAX_FRIENDS_NUM][TOX_CLIENT_ID_SIZE] = {0};
|
||||||
|
|
||||||
static char prompt_buf[MAX_STR_SIZE] = {'\0'};
|
static char prompt_buf[MAX_STR_SIZE] = {'\0'};
|
||||||
static int prompt_buf_pos = 0;
|
static int prompt_buf_pos = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user