From 2fb5b913fa19ff69decded4cc5ef4916e6aac161 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 5 Jul 2004 22:17:31 +0000 Subject: Increased language buffer size git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4834 a1c6a512-1295-4272-9138-f99709370657 --- apps/language.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') 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 @@ ****************************************************************************/ /* size of the buffer used for loadable, translated strings */ -#define MAX_LANGUAGE_SIZE 6000 +#define MAX_LANGUAGE_SIZE 6500 /* both these must match the two initial bytes in the binary lang file */ #define LANGUAGE_COOKIE 0x1a -- cgit v1.2.3