summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index 6d4ea36..8cef6ce 100644
--- a/main.c
+++ b/main.c
@@ -643,6 +643,7 @@ void accept_friend_request(Tox *tox, const uint8_t *public_key, const uint8_t *d
643 643
644 friendnumber = tox_add_friend_norequest(tox, public_key); 644 friendnumber = tox_add_friend_norequest(tox, public_key);
645 645
646 memset(tox_printable_id, '\0', sizeof(tox_printable_id));
646 id_to_string(tox_printable_id, public_key); 647 id_to_string(tox_printable_id, public_key);
647 printf("Accepted friend request from %s as %d\n", tox_printable_id, friendnumber); 648 printf("Accepted friend request from %s as %d\n", tox_printable_id, friendnumber);
648 649