From: Art Cancro Date: Wed, 24 Aug 2011 21:56:24 +0000 (-0400) Subject: Noted with a comment where we need to handle ENT0 errors X-Git-Tag: v8.11~510 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=04a9a138a3ed9600b4b667a54fd9a4341c21154f Noted with a comment where we need to handle ENT0 errors --- 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);