X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fmarchlist.c;fp=webcit%2Fmarchlist.c;h=7031d264309cf01101e3d923d89b12e74b537b35;hp=2124697d43d9cee088cae2c2b2aaab5bfbbe46a7;hb=8b452cfd0e2dc28052c674be0d79b59bc6b08f0b;hpb=2a9a3f9c4345a2525d5e7253be9ca5ee716746da diff --git a/webcit/marchlist.c b/webcit/marchlist.c index 2124697d4..7031d2643 100644 --- a/webcit/marchlist.c +++ b/webcit/marchlist.c @@ -169,6 +169,7 @@ void gotonext(void) } if (WC->march != NULL) { next_room = NewStrBufPlain(pop_march(-1), -1);/*TODO: migrate march to strbuf */ + putlbstr("gotonext", 1); } else { next_room = NewStrBufPlain(HKEY("_BASEROOM_")); }