allow a bigger language file to load

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3360 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2003-02-27 16:09:11 +00:00
parent e15b8f4414
commit 50b1dbeabe

View file

@ -18,7 +18,7 @@
****************************************************************************/ ****************************************************************************/
/* size of the buffer used for loadable, translated strings */ /* size of the buffer used for loadable, translated strings */
#define MAX_LANGUAGE_SIZE 4096 #define MAX_LANGUAGE_SIZE 5000
/* both these must match the two initial bytes in the binary lang file */ /* both these must match the two initial bytes in the binary lang file */
#define LANGUAGE_COOKIE 0x1a #define LANGUAGE_COOKIE 0x1a