brian's patch

This commit is contained in:
dickelbeck 2008-09-17 17:07:08 +00:00
parent afaba0df94
commit 7470a3bd67
1 changed files with 1 additions and 1 deletions

View File

@ -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();