mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
convert the passed value
svn path=/icecast/trunk/icecast/; revision=13755
This commit is contained in:
parent
d43254853f
commit
03a4d5298f
@ -430,7 +430,7 @@ static void vorbis_set_tag (format_plugin_t *plugin, const char *tag, const char
|
|||||||
else
|
else
|
||||||
return;
|
return;
|
||||||
|
|
||||||
value = util_conv_string (value, charset, "UTF-8");
|
value = util_conv_string (in_value, charset, "UTF-8");
|
||||||
if (value == NULL)
|
if (value == NULL)
|
||||||
value = strdup (in_value);
|
value = strdup (in_value);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user