Increased language buffer size

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4834 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2004-07-05 22:17:31 +00:00
parent 99bd11b699
commit 2fb5b913fa

View file

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