brian's patch
This commit is contained in:
parent
afaba0df94
commit
7470a3bd67
|
@ -2156,7 +2156,7 @@ void SPECCTRA_DB::doIMAGE( IMAGE* growth ) throw( IOError )
|
|||
)
|
||||
*/
|
||||
|
||||
if( !isSymbol( tok ) )
|
||||
if( !isSymbol( tok ) && tok != T_NUMBER )
|
||||
expecting( "image_id" );
|
||||
|
||||
growth->image_id = lexer->CurText();
|
||||
|
|
Loading…
Reference in New Issue