From 98c41c5ec3e8f21ecfb0077bd82ed4a6a928d856 Mon Sep 17 00:00:00 2001 From: Andrew Pamment Date: Sun, 7 Aug 2016 15:01:35 +1000 Subject: [PATCH] Try to fix chat system with ssh --- bbs.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bbs.c b/bbs.c index 5f3dd53..edb1512 100644 --- a/bbs.c +++ b/bbs.c @@ -153,8 +153,11 @@ void s_putchar(char c) { } void s_putstring(char *c) { + int i; if (sshBBS) { - printf("%s", c); + for (i=0;i