On Sat, Jun 13, 2015 at 01:30:47PM +0200, Roderich Schupp wrote: > Can't use a hash as a reference at ./bin/lo-xlate-lang line 105.
Thanks. Noticed this some tiome ago but as it so far only was a warning I just ignored it. > --- libreoffice-4.4.4~rc1-ORIG/bin/lo-xlate-lang 2015-06-13 > 10:59:46.172154440 +0200 > +++ libreoffice-4.4.4~rc1/bin/lo-xlate-lang 2015-06-13 11:00:08.308518339 > +0200 > @@ -102,7 +102,7 @@ > } > > usage ("no mapping found for $LanguageCode\n",1) > - if (!(%$LanguageMap->{$LanguageCode})); > + if (!($LanguageMap->{$LanguageCode})); > > print $LanguageMap->{$LanguageCode}, "\n"; > Thanks. Added in 4.4.4 packaging and applied upstream for >= 4.4.5/5.x. Regards, Rene -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org