tests/icles/metadata_editor.c: Printf format fix.
authorStefan Kost <ensonic@users.sourceforge.net>
Sun, 27 Jan 2008 16:12:45 +0000 (16:12 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Sun, 27 Jan 2008 16:12:45 +0000 (16:12 +0000)
Original commit message from CVS:
* tests/icles/metadata_editor.c:
Printf format fix.

ChangeLog
tests/icles/metadata_editor.c

index ba7b54d..a855c5f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-27  Stefan Kost  <ensonic@users.sf.net>
+
+       * tests/icles/metadata_editor.c:
+         Printf format fix.
+
 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
 
        * ext/soundtouch/gstpitch.cc:
index 7b31876..e39720d 100644 (file)
@@ -199,7 +199,8 @@ change_tag_list (GstTagList ** list, const gchar * tag, const gchar * value)
       }
         break;
       default:
-        fprintf (stderr, "This app still doesn't handle type (%s)(%ld)\n",
+        fprintf (stderr,
+            "This app still doesn't handle type (%s)(%" G_GSIZE_FORMAT ")\n",
             g_type_name (type), type);
         break;
     }