X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fhtml2html.c;h=a0a976ffc3d58cf776af23fbd93f2bcd787afe32;hb=42d25facbd8e3dbaeda448095c5761768195df03;hp=023ab7c4af8184dfc9193003d28079a8d3964f38;hpb=d7122d9b8ae8863ca4412deb95b619585f28eda6;p=citadel.git diff --git a/webcit/html2html.c b/webcit/html2html.c index 023ab7c4a..a0a976ffc 100644 --- a/webcit/html2html.c +++ b/webcit/html2html.c @@ -166,7 +166,7 @@ void output_html(void) { } /* Output our big pile of markup */ - write(WC->http_sock, converted_msg, output_length); + http_write(WC->http_sock, converted_msg, output_length); /* A little trailing vertical whitespace... */ wprintf("

\n");