]> code.citadel.org Git - citadel.git/blobdiff - webcit/rss.c
* shuffled members of wcsession -> do a make clean or everything will burst in your...
[citadel.git] / webcit / rss.c
index 536de951263e8f7878e12164954442bd085297e5..60f09784467958f467a7681a0507ab4e622cfaee 100644 (file)
@@ -165,7 +165,7 @@ void display_rss(const StrBuf *roomname, StrBuf *request_method)
        SVPutBuf("ROOM", WCC->wc_roomname, 1);
        SVPutBuf("NODE", serv_info.serv_humannode, 1);
        /* TODO:  Fix me */
-       svprintf(HKEY("ROOM_LINK"), WCS_STRING, "%s://%s/", (is_https ? "https" : "http"), WCC->http_host);
+       svprintf(HKEY("ROOM_LINK"), WCS_STRING, "%s://%s/", (is_https ? "https" : "http"), ChrPtr(WCC->http_host));
        
        /** Get room info for description */
        serv_puts("RINF");