Increase text management buffers size

This commit is contained in:
Ray 2018-12-04 13:15:42 +01:00
parent 4c869ca656
commit a8ac6e2ef9

View file

@ -58,8 +58,8 @@
//---------------------------------------------------------------------------------- //----------------------------------------------------------------------------------
// Defines and Macros // Defines and Macros
//---------------------------------------------------------------------------------- //----------------------------------------------------------------------------------
#define MAX_FORMATTEXT_LENGTH 256 #define MAX_FORMATTEXT_LENGTH 512
#define MAX_SUBTEXT_LENGTH 256 #define MAX_SUBTEXT_LENGTH 512
//---------------------------------------------------------------------------------- //----------------------------------------------------------------------------------
// Types and Structures Definition // Types and Structures Definition