Fix build error caused by commit 82c2bda52b
.
This commit is contained in:
parent
2e38fa84bf
commit
012d3f098f
|
@ -2003,7 +2003,7 @@ void ALTIUM_PCB::ParsePolygons6Data( const ALTIUM_COMPOUND_FILE& aAltiumPcbF
|
|||
if( outline.OutlineCount() != 1 && m_reporter )
|
||||
{
|
||||
wxString msg;
|
||||
msg.Printf( _( "Polygon outline count is %d, expected 1.", outline.OutlineCount() ) );
|
||||
msg.Printf( _( "Polygon outline count is %d, expected 1." ), outline.OutlineCount() );
|
||||
|
||||
m_reporter->Report( msg, RPT_SEVERITY_ERROR );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue