-static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evtbuild.c,v 6.141 2010-10-28 17:19:37 hadaq Exp $";
+static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evtbuild.c,v 6.142 2010-10-28 17:27:25 hadaq Exp $";
#define _POSIX_C_SOURCE 199309L
#define SYSLOG_NAMES
for (i = 0; i < NEVTIDS; i++)
(*theStats->evtId[i]) = 0;
+ for (i = 0; i < ERRBITPTRNMAX; i++)
+ (*theStats->errBitPtrn[i]) = 0;
+
+ for (i = 0; i < theArgs->nrOfMsgs; i++) {
+ (*theStats->errBitStat0[i]) = 0;
+ (*theStats->errBitStat1[i]) = 0;
+ (*theStats->errBitStat2[i]) = 0;
+ (*theStats->errBitStat3[i]) = 0;
+ (*theStats->errBitStat4[i]) = 0;
+ }
}
if (theArgs->resdownscale) {