Increase max string size
authorfatbob313 <martin@fatbob.nu>
Sat, 26 Sep 2009 09:43:25 +0000 (09:43 +0000)
committerfatbob313 <martin@fatbob.nu>
Sat, 26 Sep 2009 09:43:25 +0000 (09:43 +0000)
src/messages.h

index 5283222a45202598ed617743ca3508b5c40cd10e..7bc5af69da31977f48a66f66547de7906fd97e39 100644 (file)
@@ -36,7 +36,7 @@
 #include "list.h"
 #include "types.h"
 
-#define MAX_TEXT 64
+#define MAX_TEXT 256
 #define SPEEX_DATA_SIZE 1024
 #define MESSAGE_STREAM_VERSION 4