* change CtdlReadMessageBody to use StrBuf for concattenating the lines
[citadel.git] / citadel / modules / calendar / serv_calendar.c
index bf9f2e9afa2bc1b3a082ca8c83e00ad0972de59d..5cb20dbc9ac14e7c6b436cdb60c249e7cc9a96b7 100644 (file)
@@ -1741,7 +1741,7 @@ void ical_putics(void)
        }
 
        cprintf("%d Transmit data now\n", SEND_LISTING);
-       calstream = CtdlReadMessageBody("000", config.c_maxmsglen, NULL, 0, 0);
+       calstream = CtdlReadMessageBody(HKEY("000"), config.c_maxmsglen, NULL, 0, 0);
        if (calstream == NULL) {
                return;
        }