]> code.citadel.org Git - citadel.git/blobdiff - webcit/roomops.c
* Built an initial version of the "forward message" function. It works
[citadel.git] / webcit / roomops.c
index f0190ab5d82efb761675223738909b7e7373ca65..fbcbb75920d8529e47116c138f6376d09c55c4ec 100644 (file)
@@ -230,7 +230,7 @@ void readinfo(void)
        serv_puts("RINF");
        serv_getln(buf, sizeof buf);
        if (buf[0] == '1') {
-               fmout(NULL, "CENTER");
+               fmout("CENTER");
        }
 }
 
@@ -1945,7 +1945,7 @@ void display_entroom(void)
        serv_printf("MESG roomaccess");
        serv_getln(buf, sizeof buf);
        if (buf[0] == '1') {
-               fmout(NULL, "CENTER");
+               fmout("CENTER");
        }
        wprintf("</td></tr></table></div>\n");
        wDumpContent(1);