mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-08 06:46:34 +01:00
API update
This commit is contained in:
@@ -300,7 +300,7 @@ static void do_connection(Tox *m, ToxWindow *prompt)
|
||||
|
||||
static void load_friendlist(Tox *m)
|
||||
{
|
||||
int i;
|
||||
int32_t i;
|
||||
uint32_t numfriends = tox_count_friendlist(m);
|
||||
|
||||
for (i = 0; i < numfriends; ++i)
|
||||
|
||||
Reference in New Issue
Block a user