Fix printf assert in ZONE::GetMsgPanelInfo
This commit is contained in:
parent
9a4ee3f40f
commit
f88148e4e8
|
@ -625,7 +625,7 @@ void ZONE::GetMsgPanelInfo( EDA_DRAW_FRAME* aFrame, std::vector<MSG_PANEL_ITEM>&
|
|||
}
|
||||
else if( layers.size() > 3 )
|
||||
{
|
||||
layerDesc.Printf( _( "%s, %s and %d more" ),
|
||||
layerDesc.Printf( _( "%s, %s and %zu more" ),
|
||||
GetBoard()->GetLayerName( layers[0] ),
|
||||
GetBoard()->GetLayerName( layers[1] ),
|
||||
layers.size() - 2 );
|
||||
|
|
Loading…
Reference in New Issue