From: hadaq Date: Fri, 20 Aug 2010 16:00:00 +0000 (+0000) Subject: diskNum fixed. Sergey. X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=5a93cde91241269e79092cfaeedb5bd12d2a8780;p=daqdata.git diskNum fixed. Sergey. --- diff --git a/ebctrl/ioc/ebctrlApp/src/evtbuild.c b/ebctrl/ioc/ebctrlApp/src/evtbuild.c index 7f1ffdd..868ac51 100644 --- a/ebctrl/ioc/ebctrlApp/src/evtbuild.c +++ b/ebctrl/ioc/ebctrlApp/src/evtbuild.c @@ -154,7 +154,7 @@ long evtbuild_proc( struct genSubRecord *pgsub ) } - if( Worker_getStatistic( buf, "diskNrEB", &tmp ) == -1){ + if( Worker_getStatistic( buf, "diskNumEB", &tmp ) == -1){ if(evtbuildDebug) printf(" evtbuild.c: Worker_getStatistic failed for diskNrEB!\n"); }