diff options
Diffstat (limited to 'parse.cpp')
| -rw-r--r-- | parse.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -342,7 +342,7 @@ bool cParse::FetchEvent(xmlNodePtr enode, bool useeptext) xmlChar *content=xmlNodeListGetString(node->doc,node->xmlChildrenNode,1); if (content) { - xevent.SetDescription((const char *) content); + xevent.AddDescription((const char *) content); xmlFree(content); } } |
