diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-08-29 22:31:57 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-08-29 22:31:57 +0800 |
commit | 6b2f2f3e275322f0cfeccf57d35350edae0de6a0 (patch) | |
tree | b430757aeebfdbf35b532349ca46ca7bbd144685 /mbbsd/talk.c | |
parent | 3a5906defc274d40f0e58eec77048cdeb8ad64fa (diff) | |
download | pttbbs-6b2f2f3e275322f0cfeccf57d35350edae0de6a0.tar pttbbs-6b2f2f3e275322f0cfeccf57d35350edae0de6a0.tar.gz pttbbs-6b2f2f3e275322f0cfeccf57d35350edae0de6a0.tar.bz2 pttbbs-6b2f2f3e275322f0cfeccf57d35350edae0de6a0.tar.lz pttbbs-6b2f2f3e275322f0cfeccf57d35350edae0de6a0.tar.xz pttbbs-6b2f2f3e275322f0cfeccf57d35350edae0de6a0.tar.zst pttbbs-6b2f2f3e275322f0cfeccf57d35350edae0de6a0.zip |
* (pwcu branch) remove the 'goodpost' ~ I love this commit.
git-svn-id: http://opensvn.csie.org/pttbbs/branches/pttbbs.pwcu@4791 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/talk.c')
-rw-r--r-- | mbbsd/talk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/talk.c b/mbbsd/talk.c index 068cd567..14f55478 100644 --- a/mbbsd/talk.c +++ b/mbbsd/talk.c @@ -481,7 +481,7 @@ my_query(const char *uident) #endif move(2, 40); #ifdef ASSESS - prints("《有效文章篇數》%d篇 (優:%d/劣:%d)\n", muser.numposts, muser.goodpost, muser.badpost); + prints("《有效文章篇數》%d篇 (劣:%d)\n", muser.numposts, muser.badpost); #else prints("《有效文章篇數》%d篇\n", muser.numposts); #endif |