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

New commits:
commit c0aacd16604548e12d09ca189bb197d0cf5c1afe
Author: Rene Engelhard <r...@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";
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to