forked from len0rd/rockbox
Fix genlang tool broken by r22945
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23540 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6a473c8978
commit
3e73fecf68
1 changed files with 1 additions and 2 deletions
|
@ -543,6 +543,7 @@ while(<LANG>) {
|
||||||
print "### $idstr: The phrase is not used. Skipped\n";
|
print "### $idstr: The phrase is not used. Skipped\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
undef @phrase;
|
||||||
} # end of </phrase>
|
} # end of </phrase>
|
||||||
elsif($part eq "/options") {
|
elsif($part eq "/options") {
|
||||||
# closing the options
|
# closing the options
|
||||||
|
@ -551,8 +552,6 @@ while(<LANG>) {
|
||||||
}
|
}
|
||||||
} # end of </options>
|
} # end of </options>
|
||||||
|
|
||||||
undef @phrase;
|
|
||||||
|
|
||||||
# starts with a slash, this _ends_ this section
|
# starts with a slash, this _ends_ this section
|
||||||
$m = pop @m; # get back old value, the previous level's tag
|
$m = pop @m; # get back old value, the previous level's tag
|
||||||
next;
|
next;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue