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:
Brandon Low 2006-04-11 16:12:57 +00:00
parent 73365c8bda
commit ba19bc201a
2 changed files with 971 additions and 601 deletions

File diff suppressed because it is too large Load diff

View file

@ -77,7 +77,7 @@ extern bool simulate_usb(void);
bool show_info(void)
{
char s[32], s1[32];
char s[64], s1[32];
long buflen = ((audiobufend - audiobuf) * 2) / 2097; /* avoid overflow */
int integer, decimal;
bool done = false;