Skip to content

Commit

Permalink
Merge pull request #624 from PhracturedBlue/numstrings
Browse files Browse the repository at this point in the history
Increase translated string count so devo12 can build again
  • Loading branch information
PhracturedBlue authored Jan 20, 2019
2 parents 4186552 + 900a348 commit 4179365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/language.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 4179365

Please sign in to comment.