summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author(no author) <(no author)@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-09-28 20:49:54 +0800
committer(no author) <(no author)@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-09-28 20:49:54 +0800
commit77005fdb1ae2c1c6ee778ab7e248a94616b79d1f (patch)
tree0b69b8ff4f63e2b9e744dd47df005736f15b8cf0
parent40ffcdeec035409592935ebf930d3abbb1cde0b5 (diff)
downloadpttbbs-77005fdb1ae2c1c6ee778ab7e248a94616b79d1f.tar
pttbbs-77005fdb1ae2c1c6ee778ab7e248a94616b79d1f.tar.gz
pttbbs-77005fdb1ae2c1c6ee778ab7e248a94616b79d1f.tar.bz2
pttbbs-77005fdb1ae2c1c6ee778ab7e248a94616b79d1f.tar.lz
pttbbs-77005fdb1ae2c1c6ee778ab7e248a94616b79d1f.tar.xz
pttbbs-77005fdb1ae2c1c6ee778ab7e248a94616b79d1f.tar.zst
pttbbs-77005fdb1ae2c1c6ee778ab7e248a94616b79d1f.zip
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@1207 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/mbbsd/bbs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pttbbs/mbbsd/bbs.c b/pttbbs/mbbsd/bbs.c
index 032a8cda..30fea150 100644
--- a/pttbbs/mbbsd/bbs.c
+++ b/pttbbs/mbbsd/bbs.c
@@ -187,7 +187,7 @@ readdoent(int num, fileheader_t * ent)
#endif
if(ent->recommend>99)
strcpy(recom,"1mĂz");
- else if(ent->recommend>10)
+ else if(ent->recommend>9)
sprintf(recom,"3m%2d",ent->recommend);
else if(ent->recommend>0)
sprintf(recom,"2m%2d",ent->recommend);