1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-08 06:46:34 +01:00

API update

This commit is contained in:
Jfreegman
2014-03-18 21:48:26 -04:00
parent 8bea44a44c
commit 50a37495f8
12 changed files with 86 additions and 94 deletions

View File

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