format string error
This commit is contained in:
parent
764b93e0b7
commit
46cd82f3b5
@ -13,7 +13,7 @@ int x, y, offset;
|
|||||||
|
|
||||||
#if DEBUG_LEVEL
|
#if DEBUG_LEVEL
|
||||||
fprintf(stderr, ">>> %s ( %p )\n", __func__, img);
|
fprintf(stderr, ">>> %s ( %p )\n", __func__, img);
|
||||||
fprintf(stderr," type %s size %dx%d\n", img->type,
|
fprintf(stderr," type %d size %dx%d\n", img->type,
|
||||||
img->width, img->height);
|
img->width, img->height);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user