* added GCC Format String checkers to the remaining printf alikes
[citadel.git] / webcit / roomops.c
index 6a96bf819cd2a1e7c83acbfca22bbd7c2fe66afc..da33b279c917d90c52ce66636953dae5bd3da143 100644 (file)
@@ -3632,7 +3632,7 @@ void set_room_policy(void) {
 
        if (WC->axlevel >= 6) {
                strcat(WC->ImportantMessage, "<br />\n");
-               serv_printf("SPEX floor|%d|%d", ibstr("floorpolicy"), bstr("floorvalue"));
+               serv_printf("SPEX floor|%d|%d", ibstr("floorpolicy"), ibstr("floorvalue"));
                serv_getln(buf, sizeof buf);
                strcat(WC->ImportantMessage, &buf[4]);
        }