* Removed code from serv_chat.c that checks to see whether the final character was...
authorArt Cancro <ajc@citadel.org>
Wed, 3 Mar 2010 05:29:25 +0000 (05:29 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 3 Mar 2010 05:29:25 +0000 (05:29 +0000)
commit112c3b6524d498870aea65f7bbb308bb358097de
tree174c64b41dee985f793ff5efb4cc2045a20c4fd1
parent3a8dec64a8904eb23ab3e4b19271e59d1ebc8105
* Removed code from serv_chat.c that checks to see whether the final character was a newline.  Moved it to memfmout() instead.  memfmout() is now guaranteed to output a newline as its final character *if* it outputs any data at all.
citadel/modules/chat/serv_chat.c
citadel/msgbase.c