allows bigger language files

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5600 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jose Maria Garcia-Valdecasas Bernal 2005-01-19 09:49:07 +00:00
parent 22a75438ec
commit 9f5ca5a12d

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 6500 #define MAX_LANGUAGE_SIZE 7000
/* 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