Noted with a comment where we need to handle ENT0 errors
authorArt Cancro <ajc@uncensored.citadel.org>
Wed, 24 Aug 2011 21:56:24 +0000 (17:56 -0400)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 21:55:27 +0000 (21:55 +0000)
webcit/messages.c

index 207787d67fbcb626f7c51fb62dc28c664b189034..feaf5db329371b53bafbd3c06bcc0b3c70de94e8 100644 (file)
@@ -1127,6 +1127,7 @@ void post_message(void)
                                }
                                dont_post = lbstr("postseq");
                        } else {
+                               /* FIXME this does not work!  It just displays an empty screen */
                                syslog(9, "%s:%d: server post error: %s\n", __FILE__, __LINE__, ChrPtr(Buf) + 4);
                                AppendImportantMessage(ChrPtr(Buf) + 4, StrLength(Buf) - 4);
                                if (save_to_drafts) gotoroom(WCC->CurRoom.name);