summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-02-27 16:09:11 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-02-27 16:09:11 +0000
commit50b1dbeabeccfe3370e46f09e8fdb5eda6741d82 (patch)
tree300955470d05e101351cb8696521f799e3062348
parente15b8f44149d1d589c387ae779c08ee4d5e62fbf (diff)
downloadrockbox-50b1dbeabeccfe3370e46f09e8fdb5eda6741d82.tar.gz
rockbox-50b1dbeabeccfe3370e46f09e8fdb5eda6741d82.zip
allow a bigger language file to load
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3360 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 4298fdaaeb..fcad62c84b 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 4096 21#define MAX_LANGUAGE_SIZE 5000
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