mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-20 09:56:36 +02:00
namelength should be signed, -Werror is probably overkill
This commit is contained in:
@ -46,7 +46,7 @@ struct LastOnline {
|
||||
|
||||
typedef struct {
|
||||
char name[TOX_MAX_NAME_LENGTH];
|
||||
uint16_t namelength;
|
||||
int namelength;
|
||||
char statusmsg[TOX_MAX_STATUSMESSAGE_LENGTH];
|
||||
uint16_t statusmsg_len;
|
||||
char groupchat_key[TOX_CLIENT_ID_SIZE];
|
||||
|
Reference in New Issue
Block a user