diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/NewsAggregator/Src/CheckFeed.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewsAggregator/Src/CheckFeed.cpp b/plugins/NewsAggregator/Src/CheckFeed.cpp index 83a78ee173..d152cca932 100644 --- a/plugins/NewsAggregator/Src/CheckFeed.cpp +++ b/plugins/NewsAggregator/Src/CheckFeed.cpp @@ -102,7 +102,7 @@ static void XmlToMsg(MCONTACT hContact, CMString &title, CMString &link, CMStrin {
CMString message = db_get_tsa(hContact, MODULE, "MsgFormat");
if (!message)
- message = mir_tstrdup(TAGSDEFAULT);
+ message = TAGSDEFAULT;
if (title.IsEmpty())
message.Replace(_T("#<title>#"), TranslateT("empty"));
|