From 85faccb7972c30e885b2f3d816cc29f972b605e4 Mon Sep 17 00:00:00 2001 From: Peter D'Hoye Date: Wed, 3 May 2006 20:52:43 +0000 Subject: Increase language buffer from 14000 to 16000 so that russian.lang fits again. Fix for bug 5286. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9872 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 dff34fab7a..38bb7d8442 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 14000 +#define MAX_LANGUAGE_SIZE 16000 /* both these must match the two initial bytes in the binary lang file */ #define LANGUAGE_COOKIE 0x1a -- cgit v1.2.3