From: Wilfried Goesgens Date: Mon, 30 Jun 2014 19:58:12 +0000 (+0200) Subject: fix goto stuff X-Git-Tag: v9.01~123 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=938d37582253fe448b0c5cc21b6e9ce3faf85048 fix goto stuff --- diff --git a/webcit/roomops.c b/webcit/roomops.c index cf0b370bb..099fabd9f 100644 --- a/webcit/roomops.c +++ b/webcit/roomops.c @@ -127,7 +127,7 @@ void dotgoto(void) { * goto next room */ void smart_goto(const StrBuf *next_room) { - if (gotoroom(next_room) == 2) + if (gotoroom(next_room) / 100 == 2) readloop(readnew, eUseDefault); else do_404();