From: Jan Michel Date: Tue, 6 Aug 2013 15:13:31 +0000 (+0200) Subject: small bugfix X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=fd81a6d6d4374079a45b33a849bf92a22583707a;p=daqtools.git small bugfix --- diff --git a/xml-db/get.pl b/xml-db/get.pl index 5e2f95a..69df12b 100755 --- a/xml-db/get.pl +++ b/xml-db/get.pl @@ -197,7 +197,7 @@ sub runandprint { } else { print $t; - print "" if ($once == 1 || !defined $obj->{repeat} || $slice == $obj->{repeat}-1)); + print "" if ($once == 1 || !defined $obj->{repeat} || $slice == $obj->{repeat}-1); } print "\n"; } while($once != 1 && defined $obj->{repeat} && ++$slice < $obj->{repeat})