Kaydet (Commit) 7ac4563f authored tarafından Rene Engelhard's avatar Rene Engelhard Kaydeden (comit) Andras Timar

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

Change-Id: I82c63358d9400b2c8bd391a88bba18ffae52a14b
üst 76fa4d7b
......@@ -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