From ca18388e743d2a23a1166ea37f5d46a9dd17814c Mon Sep 17 00:00:00 2001 From: ptt Date: Mon, 12 Jul 2004 16:26:47 +0000 Subject: remove the color of marked post git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2134 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/bbs.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'mbbsd') diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index 55cc297d..5fe06b62 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -222,8 +222,6 @@ readdoent(int num, fileheader_t * ent) outs(" \033[1;31m¸m©³\033[m"); else if (ent->filemode & FILE_DIGEST) outs(" \033[1;32m¤åºK\033[m"); - else if (ent->filemode & FILE_MARKED) - prints("\033[1;33m%6d\033[m", num); else prints("%6d", num); -- cgit v1.2.3