mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fixup for incorrect method implementation used in sloppy parser.
This commit is contained in:
parent
395fafde6f
commit
0b3f2a9fb0
2 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
2021-07-26 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSXMLParser.m:
|
||||
Fix error caused by having methods in category for strict parser
|
||||
overriding methods provided by sloppy parser.
|
||||
|
||||
2021-07-22 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/nstzfile.h:
|
||||
|
|
|
@ -2334,9 +2334,6 @@ NSLog(@"_processTag <%@%@ %@>", flag?@"/": @"", tag, attributes);
|
|||
return myHandler->_shouldResolveExternalEntities;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
@implementation NSXMLParser (NSXMLParserLocatorAdditions)
|
||||
- (NSInteger) columnNumber
|
||||
{
|
||||
return [myParser columnNumber];
|
||||
|
|
Loading…
Reference in a new issue