diff options
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 |
commit | 0f8f0f046cb52622274f653b18f369fa1fe76075 (patch) | |
tree | ee9b482d40738b0af01d6852bc4afb2a9aefabb2 /mbbsd | |
parent | bec9c9c21a5495440c4373aa21d364ce25c0bcbe (diff) | |
download | pttbbs-0f8f0f046cb52622274f653b18f369fa1fe76075.tar pttbbs-0f8f0f046cb52622274f653b18f369fa1fe76075.tar.gz pttbbs-0f8f0f046cb52622274f653b18f369fa1fe76075.tar.bz2 pttbbs-0f8f0f046cb52622274f653b18f369fa1fe76075.tar.lz pttbbs-0f8f0f046cb52622274f653b18f369fa1fe76075.tar.xz pttbbs-0f8f0f046cb52622274f653b18f369fa1fe76075.tar.zst pttbbs-0f8f0f046cb52622274f653b18f369fa1fe76075.zip |
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1207 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/bbs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index 032a8cda..30fea150 100644 --- a/mbbsd/bbs.c +++ b/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); |