summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2010-10-28 01:51:12 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2010-10-28 01:51:12 +0800
commit48a8d55055bd50ea1f72d3eea56901fa25506920 (patch)
treee82ab6009a72a936d62a191ecb300fd499a6b262
parent08a8f05ed70240ad7b91c31353834373f4a29c37 (diff)
downloadpttbbs-48a8d55055bd50ea1f72d3eea56901fa25506920.tar
pttbbs-48a8d55055bd50ea1f72d3eea56901fa25506920.tar.gz
pttbbs-48a8d55055bd50ea1f72d3eea56901fa25506920.tar.bz2
pttbbs-48a8d55055bd50ea1f72d3eea56901fa25506920.tar.lz
pttbbs-48a8d55055bd50ea1f72d3eea56901fa25506920.tar.xz
pttbbs-48a8d55055bd50ea1f72d3eea56901fa25506920.tar.zst
pttbbs-48a8d55055bd50ea1f72d3eea56901fa25506920.zip
rollback x mark
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5173 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/mbbsd/bbs.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/pttbbs/mbbsd/bbs.c b/pttbbs/mbbsd/bbs.c
index 1b08b53f..5fbd51b1 100644
--- a/pttbbs/mbbsd/bbs.c
+++ b/pttbbs/mbbsd/bbs.c
@@ -686,8 +686,10 @@ readdoent(int num, fileheader_t * ent)
title = ent->filename[0]!='L' ? subject(ent->title) : "<¥»¤åÂê©w>";
if (iscorpse)
- color = '0', mark = "¢®";
- else if (ent->filemode & FILE_VOTE)
+ color = '0', mark = "¡¼";
+ // color = '0', mark = "¢®";
+ else
+ if (ent->filemode & FILE_VOTE)
color = '2', mark = "£¾";
else if (title == ent->title)
color = '1', mark = "¡¼";