mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
components: fix format strings
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user