summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2008-10-08 19:17:06 +0000
committerChristophe Fergeau <teuf@gnome.org>2008-10-08 19:17:06 +0000
commit3e891ea3b44c4cfe2f54faf84e0549a9b2189a95 (patch)
treeecb4b8488145b90962f5c87d46a0df9f4679aaa6 /ChangeLog
parent9a276dfdc1cf87d3cae1b27b7d86d35e96613d36 (diff)
downloadlibgpod-3e891ea3b44c4cfe2f54faf84e0549a9b2189a95.tar.gz
libgpod-3e891ea3b44c4cfe2f54faf84e0549a9b2189a95.tar.xz
libgpod-3e891ea3b44c4cfe2f54faf84e0549a9b2189a95.zip
Fix printf modifiers for more portability
Use %z when printing size_t values and G_GINT64_MODIFIER to print 64 bit values, this should fix compilation on 64 bit systems when artwork debugging is enabled, and this shouldn't break 32 bit systems git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2140 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 625e900..2d04690 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2008-10-07 Christophe Fergeau <teuf@gnome.org>
+ * src/db-artwork-debug.c: use %z modifier to print size_t values
+ and G_GINT64_MODIFIER to print 64 bit values, fix compilation
+ on 64 bit systems when artwork debugging is enabled
+
+2008-10-08 Christophe Fergeau <teuf@gnome.org>
+
* src/itdb_device.h: switch members in Itdb_ArtworkFormat from
guint16 to gint since the SysInfoExtended parser will assume
they are gint value and will try to write to them through a