Make progress on getting RSParser.framework to build.

This commit is contained in:
Brent Simmons
2017-06-25 14:06:01 -07:00
parent 6f0e4a9da6
commit 1ad4474b29
37 changed files with 307 additions and 294 deletions

View File

@@ -1,6 +1,6 @@
//
// RSSAXHTMLParser.m
// RSXML
// RSParser
//
// Created by Brent Simmons on 3/6/16.
// Copyright © 2016 Ranchero Software, LLC. All rights reserved.
@@ -150,7 +150,7 @@ static xmlSAXHandler saxHandlerStruct;
- (NSString *)currentString {
NSData *d = self.currentCharacters;
if (RSXMLIsEmpty(d)) {
if (RSParserObjectIsEmpty(d)) {
return nil;
}