我看到libBBS/boards中有
1116 #ifdef NEWSMTH
1117 int check_score_level(const struct userec *user,const struct boardheader *bh){
1118 return (chk_currBM(bh->BM,user)||!(user->score_user<bh->score_level));
1119 }
1120 #endif /* NEWSMTH */
这里struct userec中有score_user,但是我在kbs的src/struct.h中的userec中没有发现score_user,是不是这个字段需要修改,添加呢?
【 在 luckwithme (Marvel) 的大作中提到: 】
: rt
: 是否需要在userdata中添加字段,还是现成就有了?
--
FROM 61.167.60.*