summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJorg Schuler <jcsjcs@users.sourceforge.net>2008-05-11 07:17:29 +0000
committerJorg Schuler <jcsjcs@users.sourceforge.net>2008-05-11 07:17:29 +0000
commit17f9cb587e889fa9fbf034228c5c6380311af219 (patch)
tree6947112a14808c0192fe61381e9ddde904b4bf95 /tests
parent58234ef2d087da17c40e774942c511012f90eb70 (diff)
downloadlibgpod-17f9cb587e889fa9fbf034228c5c6380311af219.tar.gz
libgpod-17f9cb587e889fa9fbf034228c5c6380311af219.tar.xz
libgpod-17f9cb587e889fa9fbf034228c5c6380311af219.zip
* src/itdb_photoalbum.c
src/itdb_private.h src/db-artwork-writer.c: renamed itdb_get_free_photo_id() to itdb_get_max_photo_id() and implemented Jacob Hoffman-Andrew's patch about the photo_ids and album_ids being shared. * tests/test-covers.c: print more info (marginally) git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1971 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'tests')
-rw-r--r--tests/test-covers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-covers.c b/tests/test-covers.c
index ef353c1..02c5c78 100644
--- a/tests/test-covers.c
+++ b/tests/test-covers.c
@@ -80,7 +80,7 @@ save_thumbnails (Itdb_iTunesDB *db)
Itdb_Track *song;
song = (Itdb_Track *)it->data;
- g_print ("Track %d\n", count++);
+ g_print ("Track %d (%016"G_GINT64_MODIFIER"x)\n", count++, song->dbid);
save_song_thumbnails (song);
}
}