forked from len0rd/rockbox
I intended to fix it, really\!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5610 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
92af557257
commit
d66139cdfb
1 changed files with 1 additions and 1 deletions
|
|
@ -52,8 +52,8 @@ int lang_load(const char *filename)
|
|||
if((language_buffer[0] == LANGUAGE_COOKIE) &&
|
||||
(language_buffer[1] == LANGUAGE_VERSION)) {
|
||||
unsigned char *ptr=&language_buffer[2];
|
||||
lang_init(); /* initialize with builtin */
|
||||
int id;
|
||||
lang_init(); /* initialize with builtin */
|
||||
filesize-=2;
|
||||
|
||||
while(filesize>3) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue