mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Hopefully fix for problems in recent libxml
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@10712 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7d4e3075ea
commit
1e9e22e2fd
2 changed files with 6 additions and 0 deletions
|
@ -250,6 +250,7 @@ loader(const char *url, const char *eid, xmlParserCtxtPtr *ctxt)
|
|||
NSString *s;
|
||||
NSFileManager *m;
|
||||
|
||||
xmlKeepBlanksDefault(0);
|
||||
xmlDoValidityCheckingDefaultValue = 1;
|
||||
ldr = xmlGetExternalEntityLoader();
|
||||
if (ldr != (xmlExternalEntityLoader)loader)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue