1
0
Fork 0
forked from len0rd/rockbox

hm, it needs to be correct perl syntax too

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

View file

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