diff --git a/src/conf.c b/src/conf.c index 8518f90c..7df2b4e7 100644 --- a/src/conf.c +++ b/src/conf.c @@ -1536,6 +1536,8 @@ static void string_print(char *str, int id, snd_output_t *out) case ']': case '\'': case '"': + case '*': + case '#': goto quoted; default: if (*p <= 31 || *p >= 127)