diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2003-08-21 13:49:45 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2003-08-21 13:49:45 +0000 |
| commit | 56c2a62ec8d0cb1bf1c1d6f64274345f420bc958 (patch) | |
| tree | 0c92bd58260174d3896d84b9d5f21133924ed2f0 | |
| parent | 056439e59dd7ef77bcc439b9801615f9c7421b87 (diff) | |
| download | rockbox-56c2a62ec8d0cb1bf1c1d6f64274345f420bc958.zip rockbox-56c2a62ec8d0cb1bf1c1d6f64274345f420bc958.tar.gz rockbox-56c2a62ec8d0cb1bf1c1d6f64274345f420bc958.tar.bz2 rockbox-56c2a62ec8d0cb1bf1c1d6f64274345f420bc958.tar.xz | |
The newest german .lng file is 5.26K, so I extended the maximum .lng file
size from 5000 bytes to 6000 bytes now.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3937 a1c6a512-1295-4272-9138-f99709370657
| -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 fcad62c..be58d0c 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 5000 +#define MAX_LANGUAGE_SIZE 6000 /* both these must match the two initial bytes in the binary lang file */ #define LANGUAGE_COOKIE 0x1a |