summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2005-10-11 14:16:33 +0000
committerChristophe Fergeau <teuf@gnome.org>2005-10-11 14:16:33 +0000
commita8f0d03a7efa098546e6808ae0b2adf4d9937e78 (patch)
tree3a4139676e82424ce3f3f5a338ead9fa0427b53e
parent5191d5305df522f29ebf112fdd0cdf89b6fcb870 (diff)
downloadlibgpod-tmz-a8f0d03a7efa098546e6808ae0b2adf4d9937e78.tar.gz
libgpod-tmz-a8f0d03a7efa098546e6808ae0b2adf4d9937e78.tar.xz
libgpod-tmz-a8f0d03a7efa098546e6808ae0b2adf4d9937e78.zip
2005-10-11 Christophe Fergeau <teuf@gnome.org>
* src/itdb_itunesdb.c: (get_mhip): added missing parameter to a g_warning call, this broke compilation on FC4 git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1116 f01d2545-417e-4e96-918e-98f8d0dbbcb6
-rw-r--r--ChangeLog5
-rw-r--r--src/itdb_itunesdb.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8fdd285..02ebdde 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-10-11 Christophe Fergeau <teuf@gnome.org>
+
+ * src/itdb_itunesdb.c: (get_mhip): added missing parameter to
+ a g_warning call, this broke compilation on FC4
+
2005-10-09 Jorg Schuler <jcsjcs at users.sourceforge.net>
* bindings/python/gpod.i: applied Kelvin Lawson's patch to query
diff --git a/src/itdb_itunesdb.c b/src/itdb_itunesdb.c
index 1ec1b8d..76c9660 100644
--- a/src/itdb_itunesdb.c
+++ b/src/itdb_itunesdb.c
@@ -1467,7 +1467,7 @@ static glong get_mhip (FImport *fimp, Itdb_Playlist *plitem,
if (mhod_len == -1)
{
g_warning (_("Number of MHODs in mhip at %ld inconsistent in file '%s'."),
- mhip_seek);
+ mhip_seek, cts->filename);
break;
}
mhod_seek += mhod_len;