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
|
// Output a series of children with all UUIDs associated with the REFDES
|
||||||
for( auto it = range.first; it != range.second; ++it )
|
for( auto it = range.first; it != range.second; ++it )
|
||||||
{
|
xunits->AddChild( new XNODE( wxXML_TEXT_NODE, wxEmptyString, ( *it )->m_Uuid.AsString() ) );
|
||||||
wxString uuid = ( *it )->m_Uuid.AsString() + " ";
|
|
||||||
xunits->AddChild( new XNODE( wxXML_TEXT_NODE, wxEmptyString, uuid ) );
|
|
||||||
}
|
|
||||||
|
|
||||||
// Output the primary UUID
|
// Output the primary UUID
|
||||||
xunits->AddChild(
|
xunits->AddChild(
|
||||||
|
|
Loading…
Reference in New Issue