mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Updated korean.lang, and a main_menu.c string size increase to accomodate larger lang strings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9612 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
73365c8bda
commit
ba19bc201a
2 changed files with 971 additions and 601 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -77,7 +77,7 @@ extern bool simulate_usb(void);
|
||||||
|
|
||||||
bool show_info(void)
|
bool show_info(void)
|
||||||
{
|
{
|
||||||
char s[32], s1[32];
|
char s[64], s1[32];
|
||||||
long buflen = ((audiobufend - audiobuf) * 2) / 2097; /* avoid overflow */
|
long buflen = ((audiobufend - audiobuf) * 2) / 2097; /* avoid overflow */
|
||||||
int integer, decimal;
|
int integer, decimal;
|
||||||
bool done = false;
|
bool done = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue