]> code.citadel.org Git - citadel.git/blobdiff - webcit/downloads.c
rename wprintf to wc_printf; wchar.h also has a wprintf
[citadel.git] / webcit / downloads.c
index 56134d0c8aad9622ceaaa901844b87f746182dcf..3bd86350ea88510de31380b9f9a98f2a3b485a93 100644 (file)
@@ -268,7 +268,7 @@ void download_file(void)
                hprintf("HTTP/1.1 404 %s\n", ChrPtr(Buf));
                output_headers(0, 0, 0, 0, 0, 0);
                hprintf("Content-Type: text/plain\r\n");
-               wprintf(_("An error occurred while retrieving this file: %s\n"), 
+               wc_printf(_("An error occurred while retrieving this file: %s\n"), 
                        ChrPtr(Buf));
                end_burst();
        }