From 5a93cde91241269e79092cfaeedb5bd12d2a8780 Mon Sep 17 00:00:00 2001 From: hadaq Date: Fri, 20 Aug 2010 16:00:00 +0000 Subject: [PATCH] diskNum fixed. Sergey. --- ebctrl/ioc/ebctrlApp/src/evtbuild.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } -- 2.43.0