diff options
| author | Jonas Häggqvist <rasher@rasher.dk> | 2008-01-13 23:03:01 +0000 |
|---|---|---|
| committer | Jonas Häggqvist <rasher@rasher.dk> | 2008-01-13 23:03:01 +0000 |
| commit | d1e4bb23343988bb7879c30cff2e7b4f44619f6c (patch) | |
| tree | e5fe56abe8467de3eb5c6a76bdf9fe0e6435eaab /apps | |
| parent | 79ad71ac5516a4073e15e60f7ca7ce9b9397eb8b (diff) | |
| download | rockbox-d1e4bb23343988bb7879c30cff2e7b4f44619f6c.zip rockbox-d1e4bb23343988bb7879c30cff2e7b4f44619f6c.tar.gz rockbox-d1e4bb23343988bb7879c30cff2e7b4f44619f6c.tar.bz2 rockbox-d1e4bb23343988bb7879c30cff2e7b4f44619f6c.tar.xz | |
Reduce the size of the language buffer a bit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16087 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 4d18319..d8f899b 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 |