From 50b1dbeabeccfe3370e46f09e8fdb5eda6741d82 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 27 Feb 2003 16:09:11 +0000 Subject: allow a bigger language file to load git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3360 a1c6a512-1295-4272-9138-f99709370657 --- apps/language.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/language.h') 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 @@ ****************************************************************************/ /* size of the buffer used for loadable, translated strings */ -#define MAX_LANGUAGE_SIZE 4096 +#define MAX_LANGUAGE_SIZE 5000 /* both these must match the two initial bytes in the binary lang file */ #define LANGUAGE_COOKIE 0x1a -- cgit v1.2.3