1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-28 18:26:46 +02:00

increase line message buffer size

This commit is contained in:
Jfreegman
2014-04-10 18:16:27 -04:00
parent 688564cfc2
commit e384f87a04
2 changed files with 2 additions and 3 deletions

View File

@ -36,7 +36,7 @@ struct line_info {
uint8_t timestamp[TIME_STR_SIZE];
uint8_t name1[TOXIC_MAX_NAME_LENGTH];
uint8_t name2[TOXIC_MAX_NAME_LENGTH];
uint8_t msg[MAX_STR_SIZE];
uint8_t msg[TOX_MAX_MESSAGE_LENGTH];
uint8_t type;
uint8_t bold;
uint8_t colour;