Changed "supplied_xxx" to "xxx_in" when we modify.
[citadel.git] / webcit-ng / server / text2html.c
index b4ecd4b2fa59fd1a827ef7abc7c6aa466960fd6c..1f96a4d06ca2f1dc924d9338fb86094170794d0a 100644 (file)
@@ -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();