Browse Source

Increase text management buffers size

pull/703/head
Ray 6 years ago
parent
commit
a8ac6e2ef9
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/text.c

+ 2
- 2
src/text.c View File

@ -58,8 +58,8 @@
//---------------------------------------------------------------------------------- //----------------------------------------------------------------------------------
// Defines and Macros // 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 // Types and Structures Definition

Loading…
Cancel
Save