summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'util.c')
-rw-r--r--util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.c b/util.c
index 8391279..86d316d 100644
--- a/util.c
+++ b/util.c
@@ -43,7 +43,7 @@ void to_hex(char_t *a, const char_t *p, int size)
43/* From utox/util.c */ 43/* From utox/util.c */
44void id_to_string(char_t *dest, const char_t *src) 44void id_to_string(char_t *dest, const char_t *src)
45{ 45{
46 to_hex(dest, src, TOX_FRIEND_ADDRESS_SIZE - 1); 46 to_hex(dest, src, TOX_FRIEND_ADDRESS_SIZE);
47} 47}
48 48
49/* From utox/util.c */ 49/* From utox/util.c */