]> code.citadel.org Git - citadel.git/blobdiff - webcit/userlist.c
* Built an initial version of the "forward message" function. It works
[citadel.git] / webcit / userlist.c
index 1836e03c57040a7202e6b89b92568b3831c36164..788c6c93bad31e448bdf51b467218aadc569313c 100644 (file)
@@ -144,7 +144,7 @@ void showuser(void)
        serv_printf("RBIO %s", who);
        serv_getln(buf, sizeof buf);
        if (buf[0] == '1') {
-               fmout(NULL, "JUSTIFY");
+               fmout("JUSTIFY");
        }
        wprintf("<br /><A HREF=\"/display_page?recp=");
        urlescputs(who);