From 04a9a138a3ed9600b4b667a54fd9a4341c21154f Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Wed, 24 Aug 2011 17:56:24 -0400 Subject: [PATCH] Noted with a comment where we need to handle ENT0 errors --- webcit/messages.c | 1 + 1 file changed, 1 insertion(+) diff --git a/webcit/messages.c b/webcit/messages.c index 207787d67..feaf5db32 100644 --- a/webcit/messages.c +++ b/webcit/messages.c @@ -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); -- 2.30.2