* swap I/O to the new functions
[citadel.git] / webcit / msg_renderers.c
index e7d13ff10a0d2d7760595941a903bb8718ae95a5..356fdceb2454fe4d6995bc2e945ae948185be738 100644 (file)
@@ -495,7 +495,7 @@ void render_MIME_VCard(wc_mime_attachment *Mime, StrBuf *RawData, StrBuf *FoundC
                }
 
                /* In all cases, display the full card */
-               display_vcard(Buf, ChrPtr(Mime->Data), 0, 1, NULL, Mime->msgnum);
+               display_vcard(Buf, Mime->Data, 0, 1, NULL, Mime->msgnum);
                FreeStrBuf(&Mime->Data);
                Mime->Data = Buf;
        }