Explorar o código

Increase text management buffers size

Ray %!s(int64=6) %!d(string=hai) anos
pai
achega
a8ac6e2ef9
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/text.c

+ 2 - 2
src/text.c

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