Commit 43eaba0b authored by Dick Hollenbeck's avatar Dick Hollenbeck

parse *.kicad_pcb files with numeric net_names

parent 9191f28a
...@@ -2394,7 +2394,7 @@ ZONE_CONTAINER* PCB_PARSER::parseZONE_CONTAINER() throw( IO_ERROR, PARSE_ERROR ) ...@@ -2394,7 +2394,7 @@ ZONE_CONTAINER* PCB_PARSER::parseZONE_CONTAINER() throw( IO_ERROR, PARSE_ERROR )
break; break;
case T_net_name: case T_net_name:
NeedSYMBOL(); NeedSYMBOLorNUMBER();
zone->SetNetName( FromUTF8() ); zone->SetNetName( FromUTF8() );
NeedRIGHT(); NeedRIGHT();
break; break;
......
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