back out changes to xml-rpc.c

This commit is contained in:
Ron Pedde 2006-05-29 07:37:31 +00:00
parent b9e14d22ed
commit bc0f4889ad

View File

@ -374,11 +374,6 @@ char *xml_entity_encode(char *original) {
d += 5;
s++;
break;
case '%':
strcat(d,"%");
d += 5;
s++;
break;
default:
*d++ = *s++;
}