* create function to parse the output of goto into our folder structure
[citadel.git] / webcit / listsub.c
index 4dba177d09983a484ac4144b6d94664980562bfa..bd5e261829c1177ad02837fd7304feff04dffc7a 100644 (file)
@@ -26,7 +26,7 @@ void do_listsub(void)
        FlushStrBuf(WC->wc_fullname);
        FlushStrBuf(WC->wc_username);
        FlushStrBuf(WC->wc_password);
-       FlushStrBuf(WC->wc_roomname);
+       FlushStrBuf(WC->CurRoom.name);
 
        output_headers(1, 0, 0, 1, 1, 0);
        begin_burst();