From: Jan Michel Date: Tue, 6 Aug 2013 15:14:04 +0000 (+0200) Subject: small bugfix X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=2e1724892f0ea391d78a3b67979fbd1c8ac83162;p=daqtools.git small bugfix --- diff --git a/xml-db/get.pl b/xml-db/get.pl index 69df12b..6fe2634 100755 --- a/xml-db/get.pl +++ b/xml-db/get.pl @@ -186,7 +186,7 @@ sub runandprint { $t->add(@l); } else { - $t .= ""; + $t .= ""; $t .= join("",@l); } }