mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-01 03:46:44 +02:00
convert bytes for file transfer message, general fixes
This commit is contained in:
@ -77,7 +77,7 @@ typedef struct {
|
||||
|
||||
typedef struct {
|
||||
int num_selected;
|
||||
int max_idx; /* 1 + the index of the last friend in friends array */
|
||||
int max_idx; /* 1 + the index of the last friend in list */
|
||||
int num_friends;
|
||||
int *index;
|
||||
ToxicFriend *list;
|
||||
|
Reference in New Issue
Block a user