mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 10:37:38 -04:00
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
This commit is contained in:
parent
056439e59d
commit
56c2a62ec8
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/* size of the buffer used for loadable, translated strings */
|
/* 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 */
|
/* both these must match the two initial bytes in the binary lang file */
|
||||||
#define LANGUAGE_COOKIE 0x1a
|
#define LANGUAGE_COOKIE 0x1a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue