* make readloop long-controlled
[citadel.git] / webcit / roomops.c
index 24bf10eaf2be3d61169b1c159e91273b858fcf31..f8a5e4c0efd872c823e49e915717dadeffe7efd2 100644 (file)
@@ -927,7 +927,7 @@ void gotonext(void)
  */
 void smart_goto(char *next_room) {
        gotoroom(next_room);
-       readloop("readnew");
+       readloop(readnew);
 }