Commit 60ff82bf authored by Dick Hollenbeck's avatar Dick Hollenbeck

specctra back import of session file can have numeric net names

parent 92109564
...@@ -3300,7 +3300,7 @@ void SPECCTRA_DB::doNET_OUT( NET_OUT* growth ) throw( IO_ERROR ) ...@@ -3300,7 +3300,7 @@ void SPECCTRA_DB::doNET_OUT( NET_OUT* growth ) throw( IO_ERROR )
) )
*/ */
NeedSYMBOL(); NeedSYMBOLorNUMBER();
growth->net_id = CurText(); growth->net_id = CurText();
while( (tok = NextTok()) != T_RIGHT ) while( (tok = NextTok()) != T_RIGHT )
......
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