From c70b390f11c492f5bff8b1a5b21c41063f5f7865 Mon Sep 17 00:00:00 2001 From: Marcoen Hirschberg Date: Thu, 21 Sep 2006 22:28:58 +0000 Subject: increase the language buffer to fit the greek language file again git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11023 a1c6a512-1295-4272-9138-f99709370657 --- apps/language.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/language.h') diff --git a/apps/language.h b/apps/language.h index 0bf94e193e..6b57a6b25a 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 18000 +#define MAX_LANGUAGE_SIZE 19000 /* both these must match the two initial bytes in the binary lang file */ #define LANGUAGE_COOKIE 0x1a -- cgit