From cbc07c65e3399ce8c1e3fbc6c5fe8cc3268f3d01 Mon Sep 17 00:00:00 2001 From: victor Date: Sun, 30 May 2004 03:29:47 +0000 Subject: rm showansi git-svn-id: http://opensvn.csie.org/pttbbs/branches/victor.screen@2033 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/stuff.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'mbbsd/stuff.c') diff --git a/mbbsd/stuff.c b/mbbsd/stuff.c index 9e7e1c5a..8e6bc461 100644 --- a/mbbsd/stuff.c +++ b/mbbsd/stuff.c @@ -596,16 +596,16 @@ printdash(char *mesg) tail = head; while (head++ < 38) - outch('-'); + outc('-'); if (tail) { - outch(' '); + outc(' '); outs(mesg); - outch(' '); + outc(' '); } while (tail++ < 38) - outch('-'); - outch('\n'); + outc('-'); + outc('\n'); } int -- cgit v1.2.3