summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2004-07-05 22:17:31 +0000
committerJens Arnold <amiconn@rockbox.org>2004-07-05 22:17:31 +0000
commit2fb5b913fa19ff69decded4cc5ef4916e6aac161 (patch)
treee21265fedb09665ca57cd0f2a29bca2d20f02b37
parent99bd11b699c337e06bb9e700626e0cf5e662a0af (diff)
downloadrockbox-2fb5b913fa19ff69decded4cc5ef4916e6aac161.tar.gz
rockbox-2fb5b913fa19ff69decded4cc5ef4916e6aac161.zip
Increased language buffer size
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4834 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 6e96162768..454d852c7c 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 6000 21#define MAX_LANGUAGE_SIZE 6500
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