From 5f07cf0503a3f8f39cb11688ebb3ba73032c6d50 Mon Sep 17 00:00:00 2001 From: scw Date: Sat, 17 Apr 2004 13:42:16 +0000 Subject: Donnot add extra symbol for big5 broken by too long lines. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1775 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/more.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mbbsd/more.c') diff --git a/mbbsd/more.c b/mbbsd/more.c index ac6bcf92..25b3d8dc 100644 --- a/mbbsd/more.c +++ b/mbbsd/more.c @@ -115,8 +115,7 @@ more_readln(int fd, unsigned char *buf) } while (len < t_columns && buf < tail); if (in_big5 && len >= t_columns) { - strcpy(buf - 1, "\033[1;34m>\033[m"); - buf += 10; + --buf; --head; --data; --bytes; -- cgit v1.2.3