]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
-- mm
authorhadaq <hadaq>
Wed, 23 Oct 2002 15:10:03 +0000 (15:10 +0000)
committerhadaq <hadaq>
Wed, 23 Oct 2002 15:10:03 +0000 (15:10 +0000)
hadaq/evtbuild.c

index 1b2b593e444a01e3e63defe8a6f1066d5b2a0053..2bab2f86b567c3d2bc65d98b1934e733014ccc6c 100644 (file)
@@ -1,4 +1,4 @@
-static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evtbuild.c,v 6.46 2002-10-23 14:56:47 hadaq Exp $";
+static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evtbuild.c,v 6.47 2002-10-23 15:10:03 hadaq Exp $";
 
 
 #define _POSIX_C_SOURCE 199309L
@@ -559,7 +559,7 @@ int main(int argc, char *argv[])
                        }
                        Evt_online(evt);
                        (*theStats->evtsComplete)++;
-                       if (Evt_dataError(subEvt)) {
+                       if (Evt_dataError(evt)) {
                                (*theStats->evtsDataError)++;
                        }
                        (*theStats->triggerType[currId])++;