[Libreoffice-commits] core.git: bin/lo-xlate-lang

Rene Engelhard rene at debian.org
Sun Jun 14 10:59:17 PDT 2015


 bin/lo-xlate-lang |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c0aacd16604548e12d09ca189bb197d0cf5c1afe
Author: Rene Engelhard <rene at debian.org>
Date:   Sun Jun 14 19:38:59 2015 +0200

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

diff --git a/bin/lo-xlate-lang b/bin/lo-xlate-lang
index b7a2879..c54f379 100755
--- a/bin/lo-xlate-lang
+++ b/bin/lo-xlate-lang
@@ -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";
 


More information about the Libreoffice-commits mailing list