This commit is contained in:
jean-pierre charras 2017-03-20 20:33:19 +01:00
parent c2227abb36
commit 806e71b17e
1 changed files with 1 additions and 1 deletions

View File

@ -1011,7 +1011,7 @@ void SPECCTRA_DB::doPATH( PATH* growth ) throw( IO_ERROR )
{
T tok = NextTok();
if( !IsSymbol( tok ) && (int)tok != DSN_NUMBER ) // a layer name can be like a number like +12
if( !IsSymbol( tok ) && tok != T_NUMBER ) // a layer name can be like a number like +12
Expecting( "layer_id" );
growth->layer_id = CurText();