X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit-ng%2Fserver%2Ftext2html.c;h=1f96a4d06ca2f1dc924d9338fb86094170794d0a;hp=b4ecd4b2fa59fd1a827ef7abc7c6aa466960fd6c;hb=fc3a564c7bba86a29503b39bdd8512801116e70e;hpb=3292f7f60e2f42173b0b233e019ddc0df72d38fa diff --git a/webcit-ng/server/text2html.c b/webcit-ng/server/text2html.c index b4ecd4b2f..1f96a4d06 100644 --- a/webcit-ng/server/text2html.c +++ b/webcit-ng/server/text2html.c @@ -8,7 +8,7 @@ // Convert a text/plain message to text/html -StrBuf *text2html(const char *supplied_charset, int treat_as_wiki, char *roomname, long msgnum, StrBuf *Source) { +StrBuf *text2html(const char *charset, int treat_as_wiki, char *roomname, long msgnum, StrBuf *Source) { StrBuf *sj = NULL; sj = NewStrBuf();