[xiph-commits] r15797 - trunk/ezstream/src

moritz at svn.xiph.org moritz at svn.xiph.org
Wed Mar 18 13:15:25 PDT 2009


Author: moritz
Date: 2009-03-18 13:15:24 -0700 (Wed, 18 Mar 2009)
New Revision: 15797

Modified:
   trunk/ezstream/src/metadata.c
Log:
Mh... compiling before commit would've helped.

Modified: trunk/ezstream/src/metadata.c
===================================================================
--- trunk/ezstream/src/metadata.c	2009-03-18 19:57:15 UTC (rev 15796)
+++ trunk/ezstream/src/metadata.c	2009-03-18 20:15:24 UTC (rev 15797)
@@ -317,7 +317,7 @@
 	if (strlen(p1) == 0)
 		name = xstrdup("[unknown]");
 	else
-		name = CHARtoUTF8(p1);
+		name = CHARtoUTF8(p1, ICONV_REPLACE);
 
 	xfree(filename);
 	return (name);



More information about the commits mailing list