]> code.citadel.org Git - citadel.git/blobdiff - citadel/msgbase.c
* Removed code from serv_chat.c that checks to see whether the final character was...
[citadel.git] / citadel / msgbase.c
index 78d5f296db3d57b94da381428b04b1a66b442a17..a8d420d98a94a0675c5fd98bd2d171ebdd94764e 100644 (file)
@@ -971,6 +971,12 @@ void memfmout(
                        }
                }
        }
+       if (len) {
+               client_write(outbuf, len);
+               len = 0;
+               client_write(nl, nllen);
+               column = 0;
+       }
 }