diff options
| author | teuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2008-10-08 19:17:06 +0000 |
|---|---|---|
| committer | teuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2008-10-08 19:17:06 +0000 |
| commit | d482cce86ac5b1dccb7d8c38ecb5ecdfdd3dda35 (patch) | |
| tree | ecb4b8488145b90962f5c87d46a0df9f4679aaa6 /ChangeLog | |
| parent | f94cb0797c92ec9276834830ee4980259b2a9e4c (diff) | |
| download | libgpod-d482cce86ac5b1dccb7d8c38ecb5ecdfdd3dda35.tar.gz libgpod-d482cce86ac5b1dccb7d8c38ecb5ecdfdd3dda35.tar.xz libgpod-d482cce86ac5b1dccb7d8c38ecb5ecdfdd3dda35.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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
