* client_chat.c: use memfmout(), *not* cprintf() to transmit express
authorArt Cancro <ajc@citadel.org>
Sat, 6 Mar 1999 06:57:14 +0000 (06:57 +0000)
committerArt Cancro <ajc@citadel.org>
Sat, 6 Mar 1999 06:57:14 +0000 (06:57 +0000)
commitaa06fdbb8dfa0aec19f8f159efa507796e3897bd
tree28c58ccff7421476f75b4a33b0cf92bcd37c9d0d
parent9120a1b98dcb0d551b94d01b3353f24b53573491
    * client_chat.c: use memfmout(), *not* cprintf() to transmit express
          messages.  Calling cprintf() on strings >256 bytes crashes the server
        * msgbase.c: minor logging fix in save_message()
citadel/ChangeLog
citadel/msgbase.c
citadel/serv_chat.c