Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/YasufumiMuranaka/XMLReader
Browse files Browse the repository at this point in the history
… into develop
  • Loading branch information
YasufumiMuranaka committed May 20, 2019
2 parents 2ce2d92 + 00de9c7 commit 379383c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XMLReader.m
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ - (void)parser:(NSXMLParser *)parser didEndElement:(NSString *)elementName names
self.textInProgress = [[NSMutableString alloc] init];
}
}

- (void)parser:(NSXMLParser *)parser foundCharacters:(NSString *)string
{
// Build the text value
Expand Down

0 comments on commit 379383c

Please sign in to comment.