From 7e112db8c786fdafc2a04dae09011038f1ceed10 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Tue, 27 Nov 2012 00:33:14 +0100 Subject: [PATCH] MIME-Renderer typechange: forgot this handler. --- webcit/notes.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/webcit/notes.c b/webcit/notes.c index df39e36a3..7dc3249be 100644 --- a/webcit/notes.c +++ b/webcit/notes.c @@ -435,8 +435,10 @@ int notes_Cleanup(void **ViewSpecific) return 0; } -void render_MIME_VNote(wc_mime_attachment *Mime, StrBuf *RawData, StrBuf *FoundCharset) +void render_MIME_VNote(StrBuf *Target, WCTemplputParams *TP, StrBuf *FoundCharset) { + wc_mime_attachment *Mime = CTX(CTX_MIME_ATACH); + if (StrLength(Mime->Data) == 0) MimeLoadData(Mime); if (StrLength(Mime->Data) > 0) { -- 2.30.2