Increase language buffer from 14000 to 16000 so that russian.lang fits again. Fix for bug 5286.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9872 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Peter D'Hoye 2006-05-03 20:52:43 +00:00
parent 69433c8667
commit 85faccb797

View file

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