]> code.citadel.org Git - citadel.git/blobdiff - webcit/calendar.c
* move some more vars from the session context to strbuf (the use of StrBufAppendTemp...
[citadel.git] / webcit / calendar.c
index 9012e8966ac000f0dd116b0cc1e49363238c60ca..a059acb8ffa78ca274c271dbc735913640448918 100644 (file)
@@ -1058,7 +1058,7 @@ void display_edit_task(void) {
                        
        /* Force change the room if we have to */
        if (havebstr("taskrm")) {
-               gotoroom((char *)bstr("taskrm"));
+               gotoroom(sbstr("taskrm"));
        }
 
        msgnum = lbstr("msgnum");