From efa19ce2c4b7ec46a67f4163934a7ee620f7f814 Mon Sep 17 00:00:00 2001 From: Andreas Krennmair Date: Fri, 19 Jun 2009 22:20:51 +0200 Subject: fixed issue #149. --- rss/rss_09x_parser.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'rss/rss_09x_parser.cpp') diff --git a/rss/rss_09x_parser.cpp b/rss/rss_09x_parser.cpp index 1a18630d..69d7f64d 100644 --- a/rss/rss_09x_parser.cpp +++ b/rss/rss_09x_parser.cpp @@ -73,6 +73,7 @@ item rss_09x_parser::parse_item(xmlNode * itemNode) { it.author = authorfield.substr(start+1, end-start); } else { it.author_email = authorfield; + it.author = authorfield; } } else if (node_is(node, "creator", DC_URI)) { author = get_content(node); -- cgit v1.2.3