commit c12941bd9b98d19f3ca4b9adab7f148d851d6aac Author: Adam Broschinski <adam.broschin...@gmail.com> Date: Sat Jun 5 19:46:46 2010 -0400
Corrected second trackcount offset in write_hths The offset for second trackcount in dbhs which is written in write_hths was wrong. 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 d55a3be..1324e71 100644 --- a/src/itdb_itunesdb.c +++ b/src/itdb_itunesdb.c @@ -6335,7 +6335,7 @@ static gboolean write_hths (FExport *fexp) } /* Add the number of nonpodcasts to bdhs header */ /* If the bdhs header changes make sure the seek value is still correct */ - put32lint_seek(cts, trackcnt-podcastcnt, 28); + put32lint_seek(cts, trackcnt-podcastcnt, 32); return TRUE; } ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ gtkpod-cvs2 mailing list gtkpod-cvs2@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2