Kaydet (Commit) c0aacd16 authored tarafından Rene Engelhard's avatar Rene Engelhard

deb#788713: fix (fatal) perl deprecation in lo-xlate-lang

Change-Id: I82c63358d9400b2c8bd391a88bba18ffae52a14b
üst 3588a04f
......@@ -102,7 +102,7 @@ if ($LanguageCode =~ (m/^all$/)) {
}
usage ("no mapping found for $LanguageCode\n",1)
if (!(%$LanguageMap->{$LanguageCode}));
if (!($LanguageMap->{$LanguageCode}));
print $LanguageMap->{$LanguageCode}, "\n";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment