Browse Source

Fix bug in commit 64e1720f

7.0
jean-pierre charras 3 years ago
parent
commit
50bb7c93a1
  1. 4
      pcbnew/plugins/kicad/pcb_plugin.cpp

4
pcbnew/plugins/kicad/pcb_plugin.cpp

@ -1775,9 +1775,9 @@ void PCB_PLUGIN::format( const PAD* aPad, int aNestLevel ) const
m_out->Print( 0, " (fill yes)" );
else
m_out->Print( 0, " (fill none)" );
m_out->Print( 0, ")" );
}
m_out->Print( 0, ")" );
}
m_out->Print( 0, "\n");

Loading…
Cancel
Save