mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-26 06:03:20 -05:00
back out changes to xml-rpc.c
This commit is contained in:
parent
b9e14d22ed
commit
bc0f4889ad
@ -374,11 +374,6 @@ char *xml_entity_encode(char *original) {
|
||||
d += 5;
|
||||
s++;
|
||||
break;
|
||||
case '%':
|
||||
strcat(d,"%");
|
||||
d += 5;
|
||||
s++;
|
||||
break;
|
||||
default:
|
||||
*d++ = *s++;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user