1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-11-03 04:17:18 -05:00

Mh... compiling before commit would've helped.

git-svn-id: https://svn.xiph.org/trunk/ezstream@15797 0101bb08-14d6-0310-b084-bc0e0c8e3800
This commit is contained in:
moritz 2009-03-18 20:15:24 +00:00
parent 363318fa41
commit 9375b750e8

View File

@ -317,7 +317,7 @@ metadata_get_name(const char *file)
if (strlen(p1) == 0)
name = xstrdup("[unknown]");
else
name = CHARtoUTF8(p1);
name = CHARtoUTF8(p1, ICONV_REPLACE);
xfree(filename);
return (name);