From 49775a46028bf3baaf21ec7eb58d11c344188594 Mon Sep 17 00:00:00 2001 From: Magnus Holmgren Date: Sun, 24 Jul 2005 19:15:33 +0000 Subject: [PATCH] Increased language buffer size. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7236 a1c6a512-1295-4272-9138-f99709370657 --- apps/language.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/language.h b/apps/language.h index 80242962ea..78d6d5b511 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 7000 +#define MAX_LANGUAGE_SIZE 7500 /* both these must match the two initial bytes in the binary lang file */ #define LANGUAGE_COOKIE 0x1a