Revert a change made in commit acb024f6, because it breaks the .net netlist format.

This commit is contained in:
jean-pierre charras 2021-05-30 08:37:13 +02:00
parent fcb89b99a3
commit 71f40bd67c
1 changed files with 1 additions and 4 deletions

View File

@ -347,10 +347,7 @@ XNODE* NETLIST_EXPORTER_XML::makeSymbols( unsigned aCtl )
// Output a series of children with all UUIDs associated with the REFDES
for( auto it = range.first; it != range.second; ++it )
{
wxString uuid = ( *it )->m_Uuid.AsString() + " ";
xunits->AddChild( new XNODE( wxXML_TEXT_NODE, wxEmptyString, uuid ) );
}
xunits->AddChild( new XNODE( wxXML_TEXT_NODE, wxEmptyString, ( *it )->m_Uuid.AsString() ) );
// Output the primary UUID
xunits->AddChild(