From 9e3d5d6488b402805509befbf9619d9fc589b58b Mon Sep 17 00:00:00 2001 From: irungentoo Date: Thu, 15 Aug 2013 14:26:26 -0400 Subject: Updated comment. --- core/Messenger.h | 1 + 1 file changed, 1 insertion(+) diff --git a/core/Messenger.h b/core/Messenger.h index a7e0aab5..e12b3fc8 100644 --- a/core/Messenger.h +++ b/core/Messenger.h @@ -152,6 +152,7 @@ void getaddress(Messenger *m, uint8_t *address); * return -6 if bad checksum in address * return -7 if the friend was already there but the nospam was different * (the nospam for that friend was set to the new one) + * return -8 if increasing the friend list size fails */ int m_addfriend(Messenger *m, uint8_t *address, uint8_t *data, uint16_t length); -- cgit v1.2.3