diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2004-07-05 22:17:31 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2004-07-05 22:17:31 +0000 |
| commit | 2fb5b913fa19ff69decded4cc5ef4916e6aac161 (patch) | |
| tree | e21265fedb09665ca57cd0f2a29bca2d20f02b37 /apps | |
| parent | 99bd11b699c337e06bb9e700626e0cf5e662a0af (diff) | |
| download | rockbox-2fb5b913fa19ff69decded4cc5ef4916e6aac161.zip rockbox-2fb5b913fa19ff69decded4cc5ef4916e6aac161.tar.gz rockbox-2fb5b913fa19ff69decded4cc5ef4916e6aac161.tar.bz2 rockbox-2fb5b913fa19ff69decded4cc5ef4916e6aac161.tar.xz | |
Increased language buffer size
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4834 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/language.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/language.h b/apps/language.h index 6e96162..454d852 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 6000 +#define MAX_LANGUAGE_SIZE 6500 /* both these must match the two initial bytes in the binary lang file */ #define LANGUAGE_COOKIE 0x1a |