]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
BUGFIX disallow time interval 0 -- mm
authorhadaq <hadaq>
Mon, 29 Sep 2003 09:10:16 +0000 (09:10 +0000)
committerhadaq <hadaq>
Mon, 29 Sep 2003 09:10:16 +0000 (09:10 +0000)
hadaq/evtbuild.c

index ae162c21c662a6c2292c65d7caaa51c5da83af24..1594e7bf566f40392a844285c3312236e3108afc 100644 (file)
@@ -1,4 +1,4 @@
-static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evtbuild.c,v 6.66 2003-09-26 09:26:08 hadaq Exp $";
+static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evtbuild.c,v 6.67 2003-09-29 09:10:16 hadaq Exp $";
 
 
 #define _POSIX_C_SOURCE 199309L
@@ -674,7 +674,7 @@ int main(int argc, char *argv[])
        closeFile();
        storeInfoStop(argv[0], ourTime - 2, worker);
 
-       statsDump(theArgs, theStats, 0);
+       statsDump(theArgs, theStats, 1);
 
        for (i = 0; i < theArgs->nrOfMsgs; i++) {
                ShmTrans_remove(shmTrans[i]);