]> code.citadel.org Git - citadel.git/blobdiff - webcit/mainmenu.c
* shuffled members of wcsession -> do a make clean or everything will burst in your...
[citadel.git] / webcit / mainmenu.c
index 82c28918baaafb6b92037f56714454e7672d4ba8..5233204e15f740a03af1078766a321ced9c25537 100644 (file)
@@ -243,7 +243,7 @@ void display_generic(void)
        wprintf("<br /><textarea name=\"g_input\" rows=10 cols=80 width=80></textarea><br />\n");
 
        wprintf("<font size=-2>");
-       wprintf(_("Detected host header is %s://%s"), (is_https ? "https" : "http"), WC->http_host);
+       wprintf(_("Detected host header is %s://%s"), (is_https ? "https" : "http"), ChrPtr(WC->http_host));
        wprintf("</font>\n");
        wprintf("<input type=\"submit\" name=\"sc_button\" value=\"%s\">", _("Send command"));
        wprintf("&nbsp;");