1
0
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:
Jfreegman
2014-08-07 19:24:56 -04:00
parent 396d08f0d2
commit bb85f31bb2
9 changed files with 121 additions and 110 deletions

View File

@ -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;