This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository cups-x2go. commit 59673d6d6e19cae2ab25426524d775512b7a681e Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Jun 17 19:23:51 2015 +0200 cups-x2go: add parentheses to close() calls. --- cups-x2go | 3 ++- debian/changelog | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/cups-x2go b/cups-x2go index ae26dd5..db2043b 100755 --- a/cups-x2go +++ b/cups-x2go @@ -230,7 +230,8 @@ if (!$psFile) } } } - close $tfh; + + close ($tfh); $psFile = $tempFile; } diff --git a/debian/changelog b/debian/changelog index 2f97415..aabb3a0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,7 @@ cups-x2go (3.0.1.3-0x2go1) UNRELEASED; urgency=low - cups-x2go: fix tiny typo. - cups-x2go: read data from GS and STDIN in chunks of 8 kbytes, instead of everything at once. Handles large print jobs gracefully. + - cups-x2go: add parentheses to close() calls. * debian/control: - Add dependencies on perl-modules for core modules and ${perl:Depends} for perl itself. -- Alioth's /srv/git/code.x2go.org/cups-x2go.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/cups-x2go.git