]> code.citadel.org Git - citadel.git/blobdiff - webcit/context_loop.c
rename wprintf to wc_printf; wchar.h also has a wprintf
[citadel.git] / webcit / context_loop.c
index 48fc3f8ae97e7ec9fcbc2b4e4d4a5fed454da704..4c322eb7c3866249a978d2971b64d9b95f51ba30 100644 (file)
@@ -248,7 +248,7 @@ void do_404(void)
 {
        hprintf("HTTP/1.1 404 Not found\r\n");
        hprintf("Content-Type: text/plain\r\n");
-       wprintf("Not found\r\n");
+       wc_printf("Not found\r\n");
        end_burst();
 }