tag: id3v2: Fix compile warnings with gcc 4.0.1.
This commit is contained in:
parent
687055c852
commit
4a885b094f
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user