Removed deprecated function.

This commit is contained in:
irungentoo 2013-08-02 16:50:22 -04:00
parent f9d28d3792
commit 0ec775c50e

View File

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