increase the language buffer to fit the greek language file again

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11023 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Marcoen Hirschberg 2006-09-21 22:28:58 +00:00
parent 4a037df62d
commit c70b390f11

View file

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