tag: id3v2: Fix compile warnings with gcc 4.0.1.
authorAlessandro Decina <alessandro.d@gmail.com>
Tue, 22 Sep 2009 13:03:20 +0000 (15:03 +0200)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 14 Aug 2011 23:10:33 +0000 (00:10 +0100)
gst-libs/gst/tag/id3v2frames.c

index fd9391c..076abc7 100644 (file)
@@ -978,7 +978,7 @@ string_utf8_dup (const gchar * start, const guint size)
       if ((utf8 =
               g_convert (start, size, "UTF-8", *c, &bytes_read, NULL, NULL))) {
         if (bytes_read == size) {
-          GST_DEBUG ("Using charset %s to interperate id3 tags\n", c);
+          GST_DEBUG ("Using charset %s to interperate id3 tags\n", *c);
           g_strfreev (csets);
           goto beach;
         }