Skip to content
This repository has been archived by the owner on Oct 10, 2019. It is now read-only.

Commit

Permalink
Merge f6cd116 into d1c116d
Browse files Browse the repository at this point in the history
  • Loading branch information
soundsc committed Jun 23, 2017
2 parents d1c116d + f6cd116 commit 18cdb01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rss/rss_10_parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ void rss_10_parser::parse_feed(feed& f, xmlNode * rootNode) {
it.content_encoded = get_content(itnode);
} else if (node_is(itnode, "summary", ITUNES_URI)) {
it.itunes_summary = get_content(itnode);
} else if (node_is(itnode, "creator", DC_URI)) {
} else if (node_is(itnode, "dc:creator", DC_URI)) {
it.author = get_content(itnode);
}
}
Expand Down

0 comments on commit 18cdb01

Please sign in to comment.