components: fix format strings

This commit is contained in:
Stefan Seyfried
2014-12-26 20:00:42 +01:00
parent 0cd237b23c
commit daeefa9757
3 changed files with 4 additions and 4 deletions

View File

@@ -554,7 +554,7 @@ void CComponentsForm::setSelectedItem(int item_id)
int id = item_id;
if (id > (int)(count-1) || id < 0 || (count == 0)){
dprintf(DEBUG_NORMAL, "[CComponentsForm] [%s - %d] invalid parameter item_id = %u, available items = %u, allowed values are: 0...%u! \n", __func__,
dprintf(DEBUG_NORMAL, "[CComponentsForm] [%s - %d] invalid parameter item_id = %u, available items = %zu, allowed values are: 0...%zu! \n", __func__,
__LINE__,
item_id,
count,