Touchez, c'est du cuir !

This commit is contained in:
Ludovic Jacomme 2002-04-18 10:07:04 +00:00
parent 49dc7e2f9f
commit 0b5f84d3c6
1 changed files with 6 additions and 0 deletions

View File

@ -70,6 +70,12 @@ fsmfig_list *FmiParseFsm( FsmFilename )
FsmFigure = getfsmfig( FsmFilename );
if ( IsFsmFigMulti( FsmFigure ) )
{
fprintf( stderr, "Multi FSM not supported !\n" );
autexit( 1 );
}
/* on detache l'état star */
ScanState = FsmFigure->STAR_STATE;