1
0
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:
Karl Heyes 2007-09-05 03:25:14 +00:00
parent d43254853f
commit 03a4d5298f

View File

@ -430,7 +430,7 @@ static void vorbis_set_tag (format_plugin_t *plugin, const char *tag, const char
else
return;
value = util_conv_string (value, charset, "UTF-8");
value = util_conv_string (in_value, charset, "UTF-8");
if (value == NULL)
value = strdup (in_value);