Update of /cvsroot/gtkpod/libgpod/src
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv3614/src
Modified Files:
itdb_itunesdb.c
Log Message:
* src/itdb_itunesdb.c:
Fix for 64 bit systems: don't show "last played" data as played
in the last century... Thanks to Christophe.
Index: itdb_itunesdb.c
===================================================================
RCS file: /cvsroot/gtkpod/libgpod/src/itdb_itunesdb.c,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- itdb_itunesdb.c 7 May 2007 11:42:08 -0000 1.92
+++ itdb_itunesdb.c 7 May 2007 12:06:46 -0000 1.93
@@ -937,7 +937,7 @@
CHECK_ERROR (fimp, FALSE);
for (i=0; i<entry_num; ++i)
{
- gint32 mac_time;
+ guint32 mac_time;
struct playcount *playcount = g_new0 (struct playcount, 1);
glong seek = header_length + i*entry_length;
@@ -3470,7 +3470,7 @@
/* Write out the mhit header. Size will be written later */
static void mk_mhit (WContents *cts, Itdb_Track *track)
{
- gint32 mac_time;
+ guint32 mac_time;
g_return_if_fail (cts);
g_return_if_fail (track);
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2