]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
BUGFIX
authorhadaq <hadaq>
Sat, 28 Aug 2004 12:27:09 +0000 (12:27 +0000)
committerhadaq <hadaq>
Sat, 28 Aug 2004 12:27:09 +0000 (12:27 +0000)
hadaq/evtbuild.c

index b1fa63b625d61423d80586a8e6562e0908774a5a..dbbec6b6844cf70941da4115f6b3b79adbe00c22 100644 (file)
@@ -1,4 +1,4 @@
-static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evtbuild.c,v 6.73 2004-08-18 11:52:36 hadaq Exp $";
+static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evtbuild.c,v 6.74 2004-08-28 12:27:09 hadaq Exp $";
 
 
 #define _POSIX_C_SOURCE 199309L
@@ -692,6 +692,9 @@ int main(int argc, char *argv[])
                        for (i = 0; i < theArgs->nrOfMsgs; i++) {
                                (*theStats->trigNr[i]) = 0;
                        }
+                       for (i = 0; i < NEVTIDS; i++) {
+                               (*theStats->evtId[i]) = 0;
+                       }
                }
        }