summaryrefslogtreecommitdiff
path: root/testing/nTox.c
diff options
context:
space:
mode:
Diffstat (limited to 'testing/nTox.c')
-rw-r--r--testing/nTox.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/testing/nTox.c b/testing/nTox.c
index ff8f8caf..7c84871f 100644
--- a/testing/nTox.c
+++ b/testing/nTox.c
@@ -61,9 +61,7 @@ void print_friendlist()
61 new_lines("[i] Friend List:"); 61 new_lines("[i] Friend List:");
62 uint32_t i; 62 uint32_t i;
63 for (i = 0; i <= num_requests; i++) { 63 for (i = 0; i <= num_requests; i++) {
64 printf ("num_resusts: %d\n", num_requests);
65 char fstring[128]; 64 char fstring[128];
66
67 getname(i, (uint8_t*)name); 65 getname(i, (uint8_t*)name);
68 if (strlen(name) <= 0) { 66 if (strlen(name) <= 0) {
69 sprintf(fstring, "[i] Friend: NULL\n\tid: %i", i); 67 sprintf(fstring, "[i] Friend: NULL\n\tid: %i", i);