Fix printf assert in ZONE::GetMsgPanelInfo

This commit is contained in:
Mark Roszko 2023-08-10 02:49:09 +00:00
parent 9a4ee3f40f
commit f88148e4e8
1 changed files with 1 additions and 1 deletions

View File

@ -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 );