Fixed the problem dave reported yesterday, where a
authorArt Cancro <ajc@citadel.org>
Thu, 8 Nov 2007 23:05:25 +0000 (23:05 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 8 Nov 2007 23:05:25 +0000 (23:05 +0000)
commita042da883b8ad8bf711abc558cb319b6d8c252f1
tree797f3a44893b49a9ef91912e9f8506b58455fcce
parent6532b039543720193e4458133146940fd4f486b7
Fixed the problem dave reported yesterday, where a
large calendar hung the webcit renderer while displaying.
This turned out to have nothing to do with the size of the
calendar, but with a specific event that had no newline
at the end and caused the 000 terminator to appear at the
end of a line instead of on its own line.  Switched from
MSG0 to MSG4 in webcit to both work around this problem and
save over-the-wire chatter.   Dave's work from last night
plus this commit, resolve bug #284.
webcit/calendar.c
webcit/messages.c