Update of /cvsroot/gtkpod/libgpod/src
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv19719/src

Modified Files:
        itdb_itunesdb.c 
Log Message:
        * src/itdb_itunesdb.c (write_playlist): corrected what is written
          into the mhyp header according to the iTunesDB wiki (mhod count /
          libmhod count)



Index: itdb_itunesdb.c
===================================================================
RCS file: /cvsroot/gtkpod/libgpod/src/itdb_itunesdb.c,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- itdb_itunesdb.c     21 Mar 2007 08:16:17 -0000      1.81
+++ itdb_itunesdb.c     22 Mar 2007 14:06:07 -0000      1.82
@@ -1,4 +1,4 @@
-/* Time-stamp: <2007-03-20 22:58:14 jcs>
+/* Time-stamp: <2007-03-22 22:53:36 jcs>
 |
 |  Copyright (C) 2002-2005 Jorg Schuler <jcsjcs at users sourceforge net>
 |  Part of the gtkpod project.
@@ -4158,11 +4158,8 @@
     put8int (cts, pl->flag3);      /* unknown                   */
     put32lint (cts, pl->timestamp);/* some timestamp            */
     put64lint (cts, pl->id);       /* 64 bit ID                 */
-    put32lint (cts, 1);            /* mhodcount: we only write
-                                   * one mhod type < 50        */
-    put16lint (cts, 1);            /* libmhodcount: we don't write
-                                     mhod type 52, and "1" seems to
-                                     be the default            */
+    put32lint (cts, 0);            /* unknown, always 0?        */
+    put16lint (cts, 1);            /* string mhod count (1)     */
     put16lint (cts, pl->podcastflag);
     put32lint (cts, pl->sortorder);
     put32_n0 (cts, 15);            /* ?                         */


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to