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:
parent
363318fa41
commit
9375b750e8
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user