mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-12-04 14:46:31 -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)
|
if (strlen(p1) == 0)
|
||||||
name = xstrdup("[unknown]");
|
name = xstrdup("[unknown]");
|
||||||
else
|
else
|
||||||
name = CHARtoUTF8(p1);
|
name = CHARtoUTF8(p1, ICONV_REPLACE);
|
||||||
|
|
||||||
xfree(filename);
|
xfree(filename);
|
||||||
return (name);
|
return (name);
|
||||||
|
Loading…
Reference in New Issue
Block a user