summaryrefslogtreecommitdiff
path: root/tools/binlang
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binlang')
-rwxr-xr-xtools/binlang2
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>) {
89 $value = $set{'eng'}; 89 $value = $set{'eng'};
90 } 90 }
91 91
92 if($value =~ s/^\"(.*)\"/$1/g) { 92 if($value =~ s/^\"(.*)\" *$/$1/g) {
93 93
94 $idnum = $idnum{$set{'id'}}; 94 $idnum = $idnum{$set{'id'}};
95 $idnum{$set{'id'}} = '_done_'; 95 $idnum{$set{'id'}} = '_done_';