Legacy_fsm cut/paste typo

This commit is contained in:
Douglas Clowes
2014-05-06 16:10:31 +10:00
parent 3571578531
commit 4820912bdc

View File

@ -5919,7 +5919,7 @@ int DMC2280Action(SConnection *pCon, SicsInterp *pSics, void *pData,
return 1;
}
else if(strcasecmp("legacy_fsm", argv[1]) == 0) {
SCPrintf(pCon, eValue, "%s.legacy_fsm = %d", self->name, self->posit_count);
SCPrintf(pCon, eValue, "%s.legacy_fsm = %d", self->name, self->legacy_fsm);
return 1;
}
else if(strcasecmp("posit_count", argv[1]) == 0) {