mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
components: fix format strings
This commit is contained in:
@@ -124,7 +124,7 @@ void CComponentsPicture::initCCItem()
|
||||
if (pos == string::npos)
|
||||
do_scale = false;
|
||||
|
||||
dprintf(DEBUG_INFO, "[CComponentsPicture] %s: detected image file: do_scale: %d (pos= %d), pic_name=%s\n", __func__, do_scale, pos, pic_name.c_str());
|
||||
dprintf(DEBUG_INFO, "[CComponentsPicture] %s: detected image file: do_scale: %d (pos= %zd), pic_name=%s\n", __func__, do_scale, pos, pic_name.c_str());
|
||||
|
||||
//get current image size
|
||||
getImageSize(&w_pic, &h_pic);
|
||||
|
Reference in New Issue
Block a user