From: hadaq Date: Wed, 23 Oct 2002 15:10:03 +0000 (+0000) Subject: -- mm X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=f0fc90d0e3e62820bc6f38970d8a0f2deed639e8;p=daqdata.git -- mm --- diff --git a/hadaq/evtbuild.c b/hadaq/evtbuild.c index 1b2b593..2bab2f8 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.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])++;