mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 14:56:31 +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
4
sdk/lib/3rdparty/libxml2/error.c
vendored
4
sdk/lib/3rdparty/libxml2/error.c
vendored
|
@ -238,7 +238,7 @@ xmlParserPrintFileContext(xmlParserInputPtr input) {
|
|||
* @ctx: the parser context or NULL
|
||||
* @str: the formatted error message
|
||||
*
|
||||
* Report an erro with its context, replace the 4 old error/warning
|
||||
* Report an error with its context, replace the 4 old error/warning
|
||||
* routines.
|
||||
*/
|
||||
static void
|
||||
|
@ -631,7 +631,7 @@ __xmlRaiseError(xmlStructuredErrorFunc schannel,
|
|||
(channel == xmlParserValidityError) ||
|
||||
(channel == xmlParserValidityWarning))
|
||||
xmlReportError(to, ctxt, str, NULL, NULL);
|
||||
else if ((channel == (xmlGenericErrorFunc) fprintf) ||
|
||||
else if (((void(*)(void)) channel == (void(*)(void)) fprintf) ||
|
||||
(channel == xmlGenericErrorDefaultFunc))
|
||||
xmlReportError(to, ctxt, str, channel, data);
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue