diff options
| author | Magnus Holmgren <magnushol@gmail.com> | 2005-07-24 19:15:33 +0000 |
|---|---|---|
| committer | Magnus Holmgren <magnushol@gmail.com> | 2005-07-24 19:15:33 +0000 |
| commit | 49775a46028bf3baaf21ec7eb58d11c344188594 (patch) | |
| tree | 5d673c569b04ccc1b7a9a5129ee938ef28f7fff8 /apps/language.h | |
| parent | 8189be16550aac175dcd1bb2ee2bff943c6df4b4 (diff) | |
| download | rockbox-49775a46028bf3baaf21ec7eb58d11c344188594.zip rockbox-49775a46028bf3baaf21ec7eb58d11c344188594.tar.gz rockbox-49775a46028bf3baaf21ec7eb58d11c344188594.tar.bz2 rockbox-49775a46028bf3baaf21ec7eb58d11c344188594.tar.xz | |
Increased language buffer size.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7236 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/language.h')
| -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 8024296..78d6d5b 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 7000 +#define MAX_LANGUAGE_SIZE 7500 /* both these must match the two initial bytes in the binary lang file */ #define LANGUAGE_COOKIE 0x1a |