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 bb47238db7..58c4e0a0ec 100755
--- a/tools/binlang
+++ b/tools/binlang
@@ -95,7 +95,7 @@ while(<LANG>) {
95 $value = $set{'eng'}; 95 $value = $set{'eng'};
96 } 96 }
97 97
98 if($value =~ s/^\"(.*)\" *$/$1/g) { 98 if($value =~ s/^\"(.*)\"\s*$/$1/g) {
99 99
100 $idnum = $idnum{$set{'id'}}; 100 $idnum = $idnum{$set{'id'}};
101 101