1
0
Fork 0
forked from len0rd/rockbox

treat "" 'new' strings as non-existing

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2608 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2002-10-14 09:11:11 +00:00
parent 17cf448f59
commit 36069b3506

View file

@ -71,7 +71,7 @@ while(<LANG>) {
if($var eq "new") { if($var eq "new") {
# the last one for a single phrase # the last one for a single phrase
if(!$value) { if(!$value || ($value eq \"\") ) {
# if not set, get the english version # if not set, get the english version
$value = $set{'eng'}; $value = $set{'eng'};
} }