From 64570a1b12d308449aa0d688f7f513847d1dc0f7 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Fri, 6 Sep 2013 09:56:56 -0400 Subject: Fixed autotest, increased MAX_STATUSMESSAGE_LENGTH. --- toxcore/Messenger.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toxcore') diff --git a/toxcore/Messenger.h b/toxcore/Messenger.h index 0823891a..9d7f17dc 100644 --- a/toxcore/Messenger.h +++ b/toxcore/Messenger.h @@ -32,7 +32,7 @@ #include "LAN_discovery.h" #define MAX_NAME_LENGTH 128 -#define MAX_STATUSMESSAGE_LENGTH 128 +#define MAX_STATUSMESSAGE_LENGTH 1007 #define FRIEND_ADDRESS_SIZE (crypto_box_PUBLICKEYBYTES + sizeof(uint32_t) + sizeof(uint16_t)) -- cgit v1.2.3