Increased language buffer size.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7236 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Magnus Holmgren 2005-07-24 19:15:33 +00:00
parent 8189be1655
commit 49775a4602

View file

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