summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJorg Schuler <jcsjcs@users.sourceforge.net>2005-10-02 01:46:33 +0000
committerJorg Schuler <jcsjcs@users.sourceforge.net>2005-10-02 01:46:33 +0000
commit88f9ebce8c86fb6bb1c451973b47f045ce9fa079 (patch)
tree78df74c01cecf58df6f511ec97c0e2dd98ba239f /tests
parent9097b1df501e3913306e4b9215626ba8f0346b85 (diff)
downloadlibgpod-tmz-88f9ebce8c86fb6bb1c451973b47f045ce9fa079.tar.gz
libgpod-tmz-88f9ebce8c86fb6bb1c451973b47f045ce9fa079.tar.xz
libgpod-tmz-88f9ebce8c86fb6bb1c451973b47f045ce9fa079.zip
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
Diffstat (limited to 'tests')
-rw-r--r--tests/test-covers.c3
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;