mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Resolve conflict
This commit is contained in:
parent
0d70826bbe
commit
f48aca6921
1 changed files with 1 additions and 1 deletions
|
@ -3872,7 +3872,7 @@ fatalErrorFunction(void *ctx, const unsigned char *msg, ...)
|
|||
}
|
||||
else
|
||||
{
|
||||
#if LIBXML_VERSION < 21100
|
||||
#if LIBXML_VERSION <= 21100
|
||||
memcpy(lib, &htmlDefaultSAXHandler, sizeof(htmlSAXHandler));
|
||||
#else
|
||||
xmlSAX2InitHtmlDefaultSAXHandler(lib);
|
||||
|
|
Loading…
Reference in a new issue