]> code.citadel.org Git - citadel.git/blobdiff - webcit/sysmsgs.c
* Started moving all of the global variables into a struct, to facilitate
[citadel.git] / webcit / sysmsgs.c
index b17abfc42a43041767052c036e2191c58538214f..526068129cbb6abfb789d43713b0934097450436 100644 (file)
@@ -76,7 +76,7 @@ void save_edit(char *description, char *enter_cmd, int regoto)
        serv_puts("000");
 
        if (regoto) {
-               gotoroom(wc_roomname, 1);
+               smart_goto(WC->wc_roomname);
        } else {
                printf("HTTP/1.0 200 OK\n");
                output_headers(1);