We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4186552 + 900a348 commit 4179365Copy full SHA for 4179365
1 file changed
src/config/language.c
@@ -39,7 +39,7 @@ void CONFIG_EnableLanguage(int state) {(void)state;}
39
static u16 fnv_16_str(const char *str);
40
static char strings[8192];
41
static u16 table_size;
42
-#define MAX_STRINGS 450
+#define MAX_STRINGS 475
43
#define MAX_LINE 300
44
45
/* tempstring[] must be at least long as line[], otherwise they are too small/big to fit in each other */
0 commit comments