allow any whitespace after the ending quote

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3657 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2003-05-08 08:35:28 +00:00
parent 8e037bd5e7
commit 1050145533

View file

@ -95,7 +95,7 @@ while(<LANG>) {
$value = $set{'eng'}; $value = $set{'eng'};
} }
if($value =~ s/^\"(.*)\" *$/$1/g) { if($value =~ s/^\"(.*)\"\s*$/$1/g) {
$idnum = $idnum{$set{'id'}}; $idnum = $idnum{$set{'id'}};