diff options
| author | jcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2005-10-02 01:46:33 +0000 |
|---|---|---|
| committer | jcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2005-10-02 01:46:33 +0000 |
| commit | f313cb75567b685b538949d6bce12997114324d5 (patch) | |
| tree | 78df74c01cecf58df6f511ec97c0e2dd98ba239f /tests | |
| parent | 57de888fd86087223bea719bb01fe60649c0dbda (diff) | |
| download | libgpod-f313cb75567b685b538949d6bce12997114324d5.tar.gz libgpod-f313cb75567b685b538949d6bce12997114324d5.tar.xz libgpod-f313cb75567b685b538949d6bce12997114324d5.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.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; |
