tag: id3v2: Fix compile warnings with gcc 4.0.1.

This commit is contained in:
Alessandro Decina 2009-09-22 15:03:20 +02:00 committed by Tim-Philipp Müller
parent 687055c852
commit 4a885b094f

View 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;
}