]> code.citadel.org Git - citadel.git/blobdiff - webcit/roomops.c
* if we need the first urlpart, we musn't move it just left, but add another one...
[citadel.git] / webcit / roomops.c
index 24bf10eaf2be3d61169b1c159e91273b858fcf31..35a150e3f2cf55f8de4167b0cce8c48c05090838 100644 (file)
@@ -927,7 +927,7 @@ void gotonext(void)
  */
 void smart_goto(char *next_room) {
        gotoroom(next_room);
-       readloop("readnew");
+       readloop(readnew);
 }
 
 
@@ -3201,7 +3201,7 @@ void set_floordiv_expanded(void) {
        StrBuf *FloorDiv;
        
        FloorDiv = NewStrBuf();
-       StrBufAppendBuf(FloorDiv, WCC->UrlFragment1, 0);
+       StrBufAppendBuf(FloorDiv, WCC->UrlFragment2, 0);
        set_preference("floordiv_expanded", FloorDiv, 1);
        WCC->floordiv_expanded = FloorDiv;
 }