summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd')
-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;