From 88f9ebce8c86fb6bb1c451973b47f045ce9fa079 Mon Sep 17 00:00:00 2001 From: Jorg Schuler Date: Sun, 2 Oct 2005 01:46:33 +0000 Subject: added src/db-artwork-writer-dummy.c git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1111 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- tests/test-covers.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') 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; -- cgit