* fix pointer magic
authorWilfried Göesgens <willi@citadel.org>
Fri, 7 Nov 2008 00:10:48 +0000 (00:10 +0000)
committerWilfried Göesgens <willi@citadel.org>
Fri, 7 Nov 2008 00:10:48 +0000 (00:10 +0000)
webcit/html2html.c

index cab626d3ee48e618ddb05f097553a43f26e36be6..7d3e597ae2b07a0229e491f1855b51c6ce14995a 100644 (file)
@@ -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.
                }
        }