From: hadaq Date: Thu, 17 Jun 2010 15:44:42 +0000 (+0000) Subject: typo fixed. Sergey. X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=ccd17d37f0dce6e9203ef3a8f212c04a1bd5b28f;p=daqdata.git typo fixed. Sergey. --- diff --git a/hadaq/evtbuild.c b/hadaq/evtbuild.c index 21a3980..da458cb 100644 --- a/hadaq/evtbuild.c +++ b/hadaq/evtbuild.c @@ -1,4 +1,4 @@ -static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evtbuild.c,v 6.111 2010-06-17 13:45:01 hadaq Exp $"; +static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evtbuild.c,v 6.112 2010-06-17 15:44:42 hadaq Exp $"; #define _POSIX_C_SOURCE 199309L #define SYSLOG_NAMES @@ -884,6 +884,7 @@ static void printDebug(TheArgs *theArgs, TheStats *theStats, TheDebug * theDebug theDebug->evtsBrokenCnt[i] = 0; theDebug->errBitsCnt[i] = 0; theDebug->debugWordsCnt[i] = 0; + theDebug->debugSizesCnt[i] = 0; } }