mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 02:41:12 +02:00
components: fix format strings
Origin commit data
------------------
Commit: daeefa9757
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-12-26 (Fri, 26 Dec 2014)
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