mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Tidied
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@7966 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1f4a646fa8
commit
c52ed1b132
1 changed files with 2 additions and 2 deletions
|
@ -1177,7 +1177,7 @@ static NSString *endMarker = @"At end of incremental parse";
|
|||
|
||||
- (BOOL) _initLibXML
|
||||
{
|
||||
lib = (void*)xmlCreatePushParserCtxt([saxHandler lib], NULL, 0, 0, "");
|
||||
lib = (void*)xmlCreatePushParserCtxt([saxHandler lib], NULL, 0, 0, ".");
|
||||
if (lib == NULL)
|
||||
{
|
||||
NSLog(@"Failed to create libxml parser context");
|
||||
|
@ -1206,7 +1206,7 @@ static NSString *endMarker = @"At end of incremental parse";
|
|||
|
||||
- (BOOL) _initLibXML
|
||||
{
|
||||
lib = (void*)htmlCreatePushParserCtxt([saxHandler lib], NULL, 0, 0, "",
|
||||
lib = (void*)htmlCreatePushParserCtxt([saxHandler lib], NULL, 0, 0, ".",
|
||||
XML_CHAR_ENCODING_NONE);
|
||||
if (lib == NULL)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue