From 195883b30a5d63c0362570280792131789694d81 Mon Sep 17 00:00:00 2001 From: Alessandro Decina Date: Tue, 22 Sep 2009 15:03:20 +0200 Subject: Fix compile warnings with gcc 4.0.1. --- gst/id3demux/id3v2frames.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/id3demux/id3v2frames.c') diff --git a/gst/id3demux/id3v2frames.c b/gst/id3demux/id3v2frames.c index fd9391c6..076abc70 100644 --- a/gst/id3demux/id3v2frames.c +++ b/gst/id3demux/id3v2frames.c @@ -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; } -- cgit