specctra back import of session file can have numeric net names

This commit is contained in:
Dick Hollenbeck 2011-03-02 01:22:20 -06:00
parent 9210956459
commit 60ff82bf44
1 changed files with 1 additions and 1 deletions

View File

@ -3300,7 +3300,7 @@ void SPECCTRA_DB::doNET_OUT( NET_OUT* growth ) throw( IO_ERROR )
)
*/
NeedSYMBOL();
NeedSYMBOLorNUMBER();
growth->net_id = CurText();
while( (tok = NextTok()) != T_RIGHT )