]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
diskNum fixed. Sergey.
authorhadaq <hadaq>
Fri, 20 Aug 2010 16:00:00 +0000 (16:00 +0000)
committerhadaq <hadaq>
Fri, 20 Aug 2010 16:00:00 +0000 (16:00 +0000)
ebctrl/ioc/ebctrlApp/src/evtbuild.c

index 7f1ffddabfd624e610b2f4f3368af7afbff64ab6..868ac512746eb46b3d21fd8811aa45fc0c6ce693 100644 (file)
@@ -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("<E> evtbuild.c: Worker_getStatistic failed for diskNrEB!\n");
   }