summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter D'Hoye <peter.dhoye@gmail.com>2006-05-03 20:52:43 +0000
committerPeter D'Hoye <peter.dhoye@gmail.com>2006-05-03 20:52:43 +0000
commit85faccb7972c30e885b2f3d816cc29f972b605e4 (patch)
treedf6c3c5da85819e708773711d56a4453dc6f0d7f
parent69433c8667846672d2297380b4a34ef382b53062 (diff)
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
-rw-r--r--apps/language.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/language.h b/apps/language.h
index dff34fab7a..38bb7d8442 100644
--- a/apps/language.h
+++ b/apps/language.h
@@ -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