Skip to content

Commit 4179365

Browse files
Merge pull request #624 from PhracturedBlue/numstrings
Increase translated string count so devo12 can build again
2 parents 4186552 + 900a348 commit 4179365

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config/language.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ void CONFIG_EnableLanguage(int state) {(void)state;}
3939
static u16 fnv_16_str(const char *str);
4040
static char strings[8192];
4141
static u16 table_size;
42-
#define MAX_STRINGS 450
42+
#define MAX_STRINGS 475
4343
#define MAX_LINE 300
4444

4545
/* tempstring[] must be at least long as line[], otherwise they are too small/big to fit in each other */

0 commit comments

Comments
 (0)