diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-covers.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test-covers.c b/tests/test-covers.c index 7c886b2..0d2c940 100644 --- a/tests/test-covers.c +++ b/tests/test-covers.c @@ -38,7 +38,8 @@ ipod_image_to_gdk_pixbuf (Itdb_Image *image) guchar *pixels; int row_stride; - printf ("width: %d height: %d\n", image->width, image->height); + printf ("width: %d height: %d size: %d\n", + image->width, image->height, image->size); if (image->type == ITDB_IMAGE_FULL_SCREEN) { row_stride = 100; |