summaryrefslogtreecommitdiff
path: root/apps/language.h
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 /apps/language.h
parent69433c8667846672d2297380b4a34ef382b53062 (diff)
downloadrockbox-85faccb7972c30e885b2f3d816cc29f972b605e4.tar.gz
rockbox-85faccb7972c30e885b2f3d816cc29f972b605e4.zip
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
Diffstat (limited to 'apps/language.h')
-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 @@
18 ****************************************************************************/ 18 ****************************************************************************/
19 19
20/* size of the buffer used for loadable, translated strings */ 20/* size of the buffer used for loadable, translated strings */
21#define MAX_LANGUAGE_SIZE 14000 21#define MAX_LANGUAGE_SIZE 16000
22 22
23/* both these must match the two initial bytes in the binary lang file */ 23/* both these must match the two initial bytes in the binary lang file */
24#define LANGUAGE_COOKIE 0x1a 24#define LANGUAGE_COOKIE 0x1a