Revision: 1748
http://gtkpod.svn.sourceforge.net/gtkpod/?rev=1748&view=rev
Author: teuf
Date: 2007-10-29 16:01:54 -0700 (Mon, 29 Oct 2007)
Log Message:
-----------
Patch from Filippo Giunchedi <[EMAIL PROTECTED]>
* src/db-artwork-debug.c: (dump_mhni): another endianness fix
Modified Paths:
--------------
libgpod/trunk/ChangeLog
libgpod/trunk/src/db-artwork-debug.c
Modified: libgpod/trunk/ChangeLog
===================================================================
--- libgpod/trunk/ChangeLog 2007-10-29 21:59:49 UTC (rev 1747)
+++ libgpod/trunk/ChangeLog 2007-10-29 23:01:54 UTC (rev 1748)
@@ -1,3 +1,9 @@
+2007-10-30 Christophe Fergeau <[EMAIL PROTECTED]>
+
+ Patch from Filippo Giunchedi <[EMAIL PROTECTED]>
+
+ * src/db-artwork-debug.c: (dump_mhni): another endianness fix
+
2007-10-29 Christophe Fergeau <[EMAIL PROTECTED]>
* src/itdb_artwork.c:
Modified: libgpod/trunk/src/db-artwork-debug.c
===================================================================
--- libgpod/trunk/src/db-artwork-debug.c 2007-10-29 21:59:49 UTC (rev
1747)
+++ libgpod/trunk/src/db-artwork-debug.c 2007-10-29 23:01:54 UTC (rev
1748)
@@ -122,8 +122,8 @@
GINT_FROM_LE (mhni->correlation_id));
g_print ("\tithmb offset: %u bytes\n", GINT_FROM_LE
(mhni->ithmb_offset));
g_print ("\tImage size: %u bytes\n", GINT_FROM_LE (mhni->image_size));
- g_print ("\tVertical padding: %d\n", GINT_FROM_LE
(mhni->vertical_padding));
- g_print ("\tHorizontal padding: %d\n", GINT_FROM_LE
(mhni->horizontal_padding));
+ g_print ("\tVertical padding: %d\n", GINT16_FROM_LE
(mhni->vertical_padding));
+ g_print ("\tHorizontal padding: %d\n", GINT16_FROM_LE
(mhni->horizontal_padding));
g_print ("\tImage dimensions: %ux%u\n", width, height);
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2