Commit 7470a3bd authored by dickelbeck's avatar dickelbeck

brian's patch

parent afaba0df
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment