* Moved to the new string tokenizer API
[citadel.git] / webcit / groupdav_propfind.c
index b3f2d3b816885c038486ed6fe74c12e301ab3b40..2780a5909cb9f4b6c5c1c00736ca671aa7953290 100644 (file)
@@ -98,7 +98,7 @@ void groupdav_folder_list(void) {
        serv_gets(buf);
        if (buf[0] == '1') while (serv_gets(buf), strcmp(buf, "000")) {
 
-               extract(roomname, buf, 0);
+               extract_token(roomname, buf, 0, '|', sizeof roomname);
                view = extract_int(buf, 6);
 
                /*