Reduce the size of the language buffer a bit.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16087 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonas Häggqvist 2008-01-13 23:03:01 +00:00
parent 79ad71ac55
commit d1e4bb2334

View file

@ -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