X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fhtml2html.c;h=7d3e597ae2b07a0229e491f1855b51c6ce14995a;hb=26746359e437c24de07b1eb79202e9ed420ef53c;hp=cab626d3ee48e618ddb05f097553a43f26e36be6;hpb=c5d32a4b382cc366776eb0ec06c93ab15245c6da;p=citadel.git diff --git a/webcit/html2html.c b/webcit/html2html.c index cab626d3e..7d3e597ae 100644 --- a/webcit/html2html.c +++ b/webcit/html2html.c @@ -273,6 +273,7 @@ void output_html(const char *supplied_charset, int treat_as_wiki, int msgnum, St StrBufConvert(Source, Buf, &ic); FreeStrBuf(&Buf); iconv_close(ic); + msg = (char*)ChrPtr(Source); //TODO: get rid of this. } }