mirror of
https://github.com/reactos/reactos.git
synced 2025-06-12 09:08:31 +00:00
[LIBXML2] Update to version 2.9.7. CORE-14291
This commit is contained in:
parent
b97f0a8fed
commit
fc82f8e2e3
52 changed files with 1978 additions and 2458 deletions
4
sdk/lib/3rdparty/libxml2/error.c
vendored
4
sdk/lib/3rdparty/libxml2/error.c
vendored
|
@ -853,7 +853,7 @@ xmlParserValidityWarning(void *ctx, const char *msg, ...)
|
|||
* Get the last global error registered. This is per thread if compiled
|
||||
* with thread support.
|
||||
*
|
||||
* Returns NULL if no error occured or a pointer to the error
|
||||
* Returns NULL if no error occurred or a pointer to the error
|
||||
*/
|
||||
xmlErrorPtr
|
||||
xmlGetLastError(void)
|
||||
|
@ -910,7 +910,7 @@ xmlResetLastError(void)
|
|||
*
|
||||
* Get the last parsing error registered.
|
||||
*
|
||||
* Returns NULL if no error occured or a pointer to the error
|
||||
* Returns NULL if no error occurred or a pointer to the error
|
||||
*/
|
||||
xmlErrorPtr
|
||||
xmlCtxtGetLastError(void *ctx)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue