mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 09:22:58 +00:00
[LIBXML2] Update to version 2.9.10. CORE-16952
This commit is contained in:
parent
b82bf8ce16
commit
f22fa382fe
65 changed files with 2245 additions and 2056 deletions
6
sdk/lib/3rdparty/libxml2/xmlwriter.c
vendored
6
sdk/lib/3rdparty/libxml2/xmlwriter.c
vendored
|
@ -541,8 +541,8 @@ xmlTextWriterStartDocument(xmlTextWriterPtr writer, const char *version,
|
|||
if (encoding != NULL) {
|
||||
encoder = xmlFindCharEncodingHandler(encoding);
|
||||
if (encoder == NULL) {
|
||||
xmlWriterErrMsg(writer, XML_ERR_NO_MEMORY,
|
||||
"xmlTextWriterStartDocument : out of memory!\n");
|
||||
xmlWriterErrMsg(writer, XML_ERR_UNSUPPORTED_ENCODING,
|
||||
"xmlTextWriterStartDocument : unsupported encoding\n");
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
@ -801,7 +801,7 @@ xmlTextWriterStartComment(xmlTextWriterPtr writer)
|
|||
* xmlTextWriterEndComment:
|
||||
* @writer: the xmlTextWriterPtr
|
||||
*
|
||||
* End the current xml coment.
|
||||
* End the current xml comment.
|
||||
*
|
||||
* Returns the bytes written (may be 0 because of buffering) or -1 in case of error
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue