diff options
| author | teuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2005-10-11 14:16:33 +0000 |
|---|---|---|
| committer | teuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2005-10-11 14:16:33 +0000 |
| commit | 0aa27ce03b4e3a7bdab530b392d6d840b559d919 (patch) | |
| tree | 3a4139676e82424ce3f3f5a338ead9fa0427b53e /src | |
| parent | 4b12aa5708d2efd26d912d824c8cb0c4c9e7e4db (diff) | |
| download | libgpod-0aa27ce03b4e3a7bdab530b392d6d840b559d919.tar.gz libgpod-0aa27ce03b4e3a7bdab530b392d6d840b559d919.tar.xz libgpod-0aa27ce03b4e3a7bdab530b392d6d840b559d919.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
Diffstat (limited to 'src')
| -rw-r--r-- | src/itdb_itunesdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
