Skip to content

Commit

Permalink
Fixing warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
JanX2 committed Jan 17, 2014
1 parent 593830d commit d91d7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readability/JXReadabilityDocument.m
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ - (NSXMLDocument *)sanitizeArticle:(NSXMLDocument *)node forCandidates:(NSDictio

BOOL yesBool = YES;
for (NSXMLElement *desnode in [el tagsWithNames:@"table", @"ul", @"div", nil]) {
CFDictionarySetValue(allowed, [HashableElement elementForNode:desnode], (void *)yesBool);
CFDictionarySetValue(allowed, [HashableElement elementForNode:desnode], (void *)(intptr_t)yesBool);
}
}

Expand Down

0 comments on commit d91d7f9

Please sign in to comment.