summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpo/bin/po2txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/bin/po2txt b/po/bin/po2txt
index ba29001..d4e2ab5 100755
--- a/po/bin/po2txt
+++ b/po/bin/po2txt
@@ -146,7 +146,7 @@ sub read_texts
$txt_miss{$_} = 1 unless exists $txt_list{$_};
}
- if(defined(%txt_miss) || defined(%txt_unknown) || defined(%txt_multi)) {
+ if(%txt_miss || %txt_unknown || %txt_multi) {
print STDERR "$lang:\n";
for (sort keys %txt_miss) {
print STDERR " missing: $_\n"