From d1e4bb23343988bb7879c30cff2e7b4f44619f6c Mon Sep 17 00:00:00 2001 From: Jonas Häggqvist Date: Sun, 13 Jan 2008 23:03:01 +0000 Subject: Reduce the size of the language buffer a bit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16087 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 4d18319b23..d8f899b573 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 25000 +#define MAX_LANGUAGE_SIZE 23500 /* both these must match the two initial bytes in the binary lang file */ #define LANGUAGE_COOKIE 0x1a -- cgit v1.2.3