diff options
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; |
