mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-29 05:01:23 +00:00
tag: id3v2: Fix compile warnings with gcc 4.0.1.
This commit is contained in:
parent
687055c852
commit
4a885b094f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue