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:
parent
8e037bd5e7
commit
1050145533
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ while(<LANG>) {
|
|||
$value = $set{'eng'};
|
||||
}
|
||||
|
||||
if($value =~ s/^\"(.*)\" *$/$1/g) {
|
||||
if($value =~ s/^\"(.*)\"\s*$/$1/g) {
|
||||
|
||||
$idnum = $idnum{$set{'id'}};
|
||||
|
||||
|
|
Loading…
Reference in a new issue