mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +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
|
@ -2334,9 +2334,6 @@ NSLog(@"_processTag <%@%@ %@>", flag?@"/": @"", tag, attributes);
|
|||
return myHandler->_shouldResolveExternalEntities;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
@implementation NSXMLParser (NSXMLParserLocatorAdditions)
|
||||
- (NSInteger) columnNumber
|
||||
{
|
||||
return [myParser columnNumber];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue