summaryrefslogtreecommitdiffstats
path: root/mbbsd/bbs.c
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-08-05 16:50:58 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-08-05 16:50:58 +0800
commit817b96d19f820eec588ae12ee61240920d9819e2 (patch)
tree689081eb28addfc26cffa6fc9226375f89018eb2 /mbbsd/bbs.c
parent6144f08c59823125a03846035a9317229aa1312e (diff)
downloadpttbbs-817b96d19f820eec588ae12ee61240920d9819e2.tar
pttbbs-817b96d19f820eec588ae12ee61240920d9819e2.tar.gz
pttbbs-817b96d19f820eec588ae12ee61240920d9819e2.tar.bz2
pttbbs-817b96d19f820eec588ae12ee61240920d9819e2.tar.lz
pttbbs-817b96d19f820eec588ae12ee61240920d9819e2.tar.xz
pttbbs-817b96d19f820eec588ae12ee61240920d9819e2.tar.zst
pttbbs-817b96d19f820eec588ae12ee61240920d9819e2.zip
fix r2157
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2159 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r--mbbsd/bbs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c
index fcde90b4..f96c1ab4 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -1586,7 +1586,7 @@ recommend(int ent, fileheader_t * fhdr, char *direct)
#ifdef ASSESS
/* 每 10 次推文 加一次 goodpost */
if (type ==0 && (fhdr->filemode & FILE_MARKED) && fhdr->recommend % 10 == 0) {
- inc_goodpost(fdhr->owner, 1);
+ inc_goodpost(fhdr->owner, 1);
}
#endif
lastrecommend = now;