forked from len0rd/rockbox
removed debug output
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6034 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fe732cd399
commit
5c834871aa
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ int lang_load(const char *filename)
|
||||||
id = (ptr[0]<<8) | ptr[1]; /* get two-byte id */
|
id = (ptr[0]<<8) | ptr[1]; /* get two-byte id */
|
||||||
ptr+=2; /* pass the id */
|
ptr+=2; /* pass the id */
|
||||||
if(id < LANG_LAST_INDEX_IN_ARRAY) {
|
if(id < LANG_LAST_INDEX_IN_ARRAY) {
|
||||||
#ifdef SIMULATOR
|
#if 0
|
||||||
printf("%2x New: %30s ", id, ptr);
|
printf("%2x New: %30s ", id, ptr);
|
||||||
printf("Replaces: %s\n", language_strings[id]);
|
printf("Replaces: %s\n", language_strings[id]);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue