From 56c2a62ec8d0cb1bf1c1d6f64274345f420bc958 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 21 Aug 2003 13:49:45 +0000 Subject: The newest german .lng file is 5.26K, so I extended the maximum .lng file size from 5000 bytes to 6000 bytes now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3937 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 fcad62c84b..be58d0c9af 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 5000 +#define MAX_LANGUAGE_SIZE 6000 /* both these must match the two initial bytes in the binary lang file */ #define LANGUAGE_COOKIE 0x1a -- cgit v1.2.3