solenv/bin/modules/installer/windows/file.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1e3646411507640ab6790eae8796992c036be085 Author: Mike Kaganski <mike.kagan...@collabora.com> Date: Wed Apr 4 11:22:37 2018 +0100 A semicolon missing Change-Id: I286aa29c94068b63dfef8cca9707afafc8562a50 Reviewed-on: https://gerrit.libreoffice.org/52371 Reviewed-by: Jean-Baptiste Faure <jbfa...@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com> Tested-by: Mike Kaganski <mike.kagan...@collabora.com> diff --git a/solenv/bin/modules/installer/windows/file.pm b/solenv/bin/modules/installer/windows/file.pm index b8176a54794c..bef14ea4c478 100644 --- a/solenv/bin/modules/installer/windows/file.pm +++ b/solenv/bin/modules/installer/windows/file.pm @@ -570,7 +570,7 @@ sub get_fileversion } elsif ($ttfdata =~ /$ttfversionU/ms) { - my $verfound = $2 + my $verfound = $2; my ($version, $subversion, $microversion, $vervariant) = split(/\./,$verfound =~ s/\0//g); $fileversion = int($version) . "." . int($subversion) . "." . int($microversion) . "." . int($vervariant); } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits