summaryrefslogtreecommitdiff
path: root/parse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'parse.cpp')
-rw-r--r--parse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.cpp b/parse.cpp
index 605d427..54c950f 100644
--- a/parse.cpp
+++ b/parse.cpp
@@ -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);
}
}