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

@@ -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);