cc_frm_header: fix format-string warning

This commit is contained in:
Stefan Seyfried
2014-04-27 19:27:24 +02:00
parent 1a8f4de81e
commit 38e524b385

View File

@@ -252,7 +252,7 @@ void CComponentsHeader::addContextButton(const int& buttons)
void CComponentsHeader::removeContextButtons()
{
dprintf(DEBUG_DEBUG, "[CComponentsHeader]\t [%s - %d] removing %u context buttons...\n", __func__, __LINE__, v_cch_btn.size());
dprintf(DEBUG_DEBUG, "[CComponentsHeader]\t [%s - %d] removing %zu context buttons...\n", __func__, __LINE__, v_cch_btn.size());
v_cch_btn.clear();
if (cch_btn_obj)
cch_btn_obj->clear();;