1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2025-01-03 14:56:34 -05:00

cleanup: make use of const

svn path=/icecast/trunk/icecast/; revision=19373
This commit is contained in:
Philipp Schafft 2014-11-30 18:18:05 +00:00
parent 35723bed54
commit 0ade7d3e17

View File

@ -435,7 +435,7 @@ static int do_yp_touch (ypdata_t *yp, char *s, unsigned len)
if (artist || title)
{
char *song;
char *separator = " - ";
const char *separator = " - ";
if (artist == NULL)
{
artist = strdup("");