mirror of
https://github.com/Tha14/toxic.git
synced 2026-01-27 06:23:16 +01:00
Use correct integer types to fix groupchat peer scrolling bug
This commit is contained in:
@@ -46,10 +46,10 @@ typedef struct {
|
||||
time_t start_time;
|
||||
|
||||
GroupPeer *peer_list;
|
||||
size_t max_idx;
|
||||
uint32_t max_idx;
|
||||
|
||||
char *name_list;
|
||||
size_t num_peers;
|
||||
uint32_t num_peers;
|
||||
|
||||
} GroupChat;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user