From bec86d7b9271a8f1a57373e90a0ef201bcdbfce7 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Fri, 7 Oct 2005 21:59:49 +0000 Subject: [PATCH] Increased max. .lng file size to 8000 bytes to make greek fit again. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7593 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 78d6d5b511..4e254b37dc 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 7500 +#define MAX_LANGUAGE_SIZE 8000 /* both these must match the two initial bytes in the binary lang file */ #define LANGUAGE_COOKIE 0x1a