Increased max. .lng file size to 8000 bytes to make greek fit again.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7593 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2005-10-07 21:59:49 +00:00
parent e1f325d503
commit bec86d7b92

View file

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