mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Removed deprecated function.
This commit is contained in:
parent
f9d28d3792
commit
0ec775c50e
|
@ -160,7 +160,7 @@ void list_friends()
|
|||
|
||||
printf("\n[i] Friend List | Total: %d\n\n", activefriends);
|
||||
|
||||
for (i = 0; i <= getnumfriends(); i++) {
|
||||
for (i = 0; i <= 256; i++) {/* TODO: fix this properly*/
|
||||
char name[MAX_NAME_LENGTH];
|
||||
getname(i, (uint8_t*)name);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user