fix compile warning

This commit is contained in:
Antony Dovgal 2006-11-13 12:49:18 +00:00
parent eae5ec4197
commit 17abea2ede

View File

@ -688,7 +688,7 @@ PHP_FUNCTION(xmlrpc_encode_request)
}
if (out.xmlrpc_out.xml_elem_opts.encoding != ENCODING_DEFAULT) {
efree(out.xmlrpc_out.xml_elem_opts.encoding);
efree((char *)out.xmlrpc_out.xml_elem_opts.encoding);
}
}
/* }}} */