diff options
| author | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2005-10-02 01:46:33 +0000 |
|---|---|---|
| committer | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2005-10-02 01:46:33 +0000 |
| commit | 5ed383127a288db4b7401ec783e72db432155055 (patch) | |
| tree | 78df74c01cecf58df6f511ec97c0e2dd98ba239f /tests | |
| parent | d05fb8aa73adfece66a2043a850d303192c4ef73 (diff) | |
| download | libgpod-5ed383127a288db4b7401ec783e72db432155055.tar.gz libgpod-5ed383127a288db4b7401ec783e72db432155055.tar.xz libgpod-5ed383127a288db4b7401ec783e72db432155055.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; |
