diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-07-13 00:26:47 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-07-13 00:26:47 +0800 |
commit | ca18388e743d2a23a1166ea37f5d46a9dd17814c (patch) | |
tree | 692a18259e8423bf354d6fbdd1d748580151b2eb | |
parent | 55b8273649fd7fd851847628ed53d96bf190e592 (diff) | |
download | pttbbs-ca18388e743d2a23a1166ea37f5d46a9dd17814c.tar pttbbs-ca18388e743d2a23a1166ea37f5d46a9dd17814c.tar.gz pttbbs-ca18388e743d2a23a1166ea37f5d46a9dd17814c.tar.bz2 pttbbs-ca18388e743d2a23a1166ea37f5d46a9dd17814c.tar.lz pttbbs-ca18388e743d2a23a1166ea37f5d46a9dd17814c.tar.xz pttbbs-ca18388e743d2a23a1166ea37f5d46a9dd17814c.tar.zst pttbbs-ca18388e743d2a23a1166ea37f5d46a9dd17814c.zip |
remove the color of marked post
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2134 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | mbbsd/bbs.c | 2 |
1 files changed, 0 insertions, 2 deletions
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); |