mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Update nTox_win32.c
Changed maxnumfriends to uint32_t
This commit is contained in:
parent
b1be9eebd0
commit
58ef293ca4
|
@ -28,7 +28,7 @@
|
|||
|
||||
uint8_t pending_requests[256][CLIENT_ID_SIZE];
|
||||
uint8_t num_requests = 0;
|
||||
uint8_t maxnumfriends;
|
||||
uint32_t maxnumfriends;
|
||||
|
||||
char line[STRING_LENGTH];
|
||||
char users_id[200];
|
||||
|
|
Loading…
Reference in New Issue
Block a user