diff options
-rwxr-xr-x | tools/binlang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binlang b/tools/binlang index e77830fc6e..3d7fdff1db 100755 --- a/tools/binlang +++ b/tools/binlang @@ -89,7 +89,7 @@ while(<LANG>) { $value = $set{'eng'}; } - if($value =~ s/^\"(.*)\"/$1/g) { + if($value =~ s/^\"(.*)\" *$/$1/g) { $idnum = $idnum{$set{'id'}}; $idnum{$set{'id'}} = '_done_'; |