RSS: Format the room info better.
authorMichael Hampton <io_error@uncensored.citadel.org>
Fri, 19 Aug 2005 02:01:31 +0000 (02:01 +0000)
committerMichael Hampton <io_error@uncensored.citadel.org>
Fri, 19 Aug 2005 02:01:31 +0000 (02:01 +0000)
webcit/rss.c

index 253e201ebb252198448c80f4f970661e75989a28..1d574f67681421ae997b41c9fcd84484dfa9adaf 100644 (file)
@@ -118,7 +118,7 @@ void display_rss(const char *roomname)
                        serv_getln(buf, sizeof buf);
                        if (!strcmp(buf, "000"))
                                break;
-                       wprintf("%s", buf);
+                       wprintf("%s\n", buf);
                }
        }
        wprintf("</description>\n");