mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
cc_frm_header: fix format-string warning
This commit is contained in:
@@ -252,7 +252,7 @@ void CComponentsHeader::addContextButton(const int& buttons)
|
|||||||
|
|
||||||
void CComponentsHeader::removeContextButtons()
|
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();
|
v_cch_btn.clear();
|
||||||
if (cch_btn_obj)
|
if (cch_btn_obj)
|
||||||
cch_btn_obj->clear();;
|
cch_btn_obj->clear();;
|
||||||
|
Reference in New Issue
Block a user