From 900a34808c35c2f28f8d3b8a1b3438e830edacf1 Mon Sep 17 00:00:00 2001 From: PhracturedBlue Date: Sun, 20 Jan 2019 11:45:17 -0800 Subject: [PATCH] Increase translated string count so devo12 can build again --- src/config/language.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/language.c b/src/config/language.c index ebfc019a96..d3902476f4 100644 --- a/src/config/language.c +++ b/src/config/language.c @@ -39,7 +39,7 @@ void CONFIG_EnableLanguage(int state) {(void)state;} static u16 fnv_16_str(const char *str); static char strings[8192]; static u16 table_size; -#define MAX_STRINGS 450 +#define MAX_STRINGS 475 #define MAX_LINE 300 /* tempstring[] must be at least long as line[], otherwise they are too small/big to fit in each other */