[xiph-commits] r13755 - icecast/trunk/icecast/src

karl at svn.xiph.org karl at svn.xiph.org
Tue Sep 4 20:25:15 PDT 2007


Author: karl
Date: 2007-09-04 20:25:14 -0700 (Tue, 04 Sep 2007)
New Revision: 13755

Modified:
   icecast/trunk/icecast/src/format_vorbis.c
Log:
convert the passed value


Modified: icecast/trunk/icecast/src/format_vorbis.c
===================================================================
--- icecast/trunk/icecast/src/format_vorbis.c	2007-09-05 02:16:45 UTC (rev 13754)
+++ icecast/trunk/icecast/src/format_vorbis.c	2007-09-05 03:25:14 UTC (rev 13755)
@@ -430,7 +430,7 @@
     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);
 



More information about the commits mailing list