mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-23 06:03:04 +01:00
oops
This commit is contained in:
parent
34511ada02
commit
8dabfdc2da
@ -48,7 +48,7 @@ void sort_friendlist_index(void)
|
|||||||
friendlist_index[n++] = friends[i].num;
|
friendlist_index[n++] = friends[i].num;
|
||||||
}
|
}
|
||||||
|
|
||||||
//qsort(friendlist_index, num_friends, sizeof(int), index_name_cmp);
|
qsort(friendlist_index, num_friends, sizeof(int), index_name_cmp);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void friendlist_onMessage(ToxWindow *self, Tox *m, int num, uint8_t *str, uint16_t len)
|
static void friendlist_onMessage(ToxWindow *self, Tox *m, int num, uint8_t *str, uint16_t len)
|
||||||
|
Loading…
Reference in New Issue
Block a user