From 817b96d19f820eec588ae12ee61240920d9819e2 Mon Sep 17 00:00:00 2001 From: in2 Date: Thu, 5 Aug 2004 08:50:58 +0000 Subject: fix r2157 git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2159 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/bbs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd/bbs.c') 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; -- cgit v1.2.3