From: hadaq Date: Thu, 28 Oct 2010 17:19:37 +0000 (+0000) Subject: Typo fixed. Sergey. X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=dacd1c5f33e6983dee5ec9916d683c685f0cfd31;p=daqdata.git Typo fixed. Sergey. --- diff --git a/hadaq/evtbuild.c b/hadaq/evtbuild.c index 0f0afbb..e7fad62 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.140 2010-10-28 17:02:07 hadaq Exp $"; +static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evtbuild.c,v 6.141 2010-10-28 17:19:37 hadaq Exp $"; #define _POSIX_C_SOURCE 199309L #define SYSLOG_NAMES @@ -1024,15 +1024,15 @@ int main(int argc, char *argv[]) for (i = 0; i < theArgs->nrOfMsgs; i++) { char buf[WORKER_MAX_NAME_LEN]; - sprintf(buf, "errBitStat1_%d", i); + sprintf(buf, "errBitStat0_%d", i); theStats->errBitStat0[i] = Worker_addStatistic(worker, buf); - sprintf(buf, "errBitStat2_%d", i); + sprintf(buf, "errBitStat1_%d", i); theStats->errBitStat1[i] = Worker_addStatistic(worker, buf); - sprintf(buf, "errBitStat3_%d", i); + sprintf(buf, "errBitStat2_%d", i); theStats->errBitStat2[i] = Worker_addStatistic(worker, buf); - sprintf(buf, "errBitStat4_%d", i); + sprintf(buf, "errBitStat3_%d", i); theStats->errBitStat3[i] = Worker_addStatistic(worker, buf); - sprintf(buf, "errBitStat5_%d", i); + sprintf(buf, "errBitStat4_%d", i); theStats->errBitStat4[i] = Worker_addStatistic(worker, buf); }