Touchez, c'est du cuir !
This commit is contained in:
parent
49dc7e2f9f
commit
0b5f84d3c6
|
@ -70,6 +70,12 @@ fsmfig_list *FmiParseFsm( FsmFilename )
|
||||||
|
|
||||||
FsmFigure = getfsmfig( FsmFilename );
|
FsmFigure = getfsmfig( FsmFilename );
|
||||||
|
|
||||||
|
if ( IsFsmFigMulti( FsmFigure ) )
|
||||||
|
{
|
||||||
|
fprintf( stderr, "Multi FSM not supported !\n" );
|
||||||
|
autexit( 1 );
|
||||||
|
}
|
||||||
|
|
||||||
/* on detache l'état star */
|
/* on detache l'état star */
|
||||||
|
|
||||||
ScanState = FsmFigure->STAR_STATE;
|
ScanState = FsmFigure->STAR_STATE;
|
||||||
|
|
Loading…
Reference in New Issue