Revert a change made in commit acb024f6
, because it breaks the .net netlist format.
This commit is contained in:
parent
fcb89b99a3
commit
71f40bd67c
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue