X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fcalendar.c;h=d50e1f77e8ecb7ec93454d70becacd36dc00575f;hb=9f025c9292b22b8590a9d2e1a5d53808fe182f80;hp=455173f6bd173179613069de4421cfc4506c5493;hpb=04cb9dabd731218dfde1e646b0bf44938bbeefb4;p=citadel.git diff --git a/webcit/calendar.c b/webcit/calendar.c index 455173f6b..d50e1f77e 100644 --- a/webcit/calendar.c +++ b/webcit/calendar.c @@ -280,7 +280,7 @@ void cal_process_object(StrBuf *Target, void cal_process_attachment(wc_mime_attachment *Mime) { icalcomponent *cal; - + cal = icalcomponent_new_from_string(ChrPtr(Mime->Data)); FlushStrBuf(Mime->Data); if (cal == NULL) {