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 83824e38b3..7cfa562227 100755
--- a/tools/binlang
+++ b/tools/binlang
@@ -70,7 +70,7 @@ while(<ENG>) {
70 70
71 if($value =~ s/^\"(.*)\"\s*$/$1/g) { 71 if($value =~ s/^\"(.*)\"\s*$/$1/g) {
72 # Skip voice-only entries 72 # Skip voice-only entries
73 if(!$value && $set{'voice'}) { 73 if(!$value && $set{'voice'} ne "\"\"") {
74 $idnum{$set{'id'}} = '_done_'; 74 $idnum{$set{'id'}} = '_done_';
75 next; 75 next;
76 } 76 }