src/maintain.c
bbslog("user","%s",genbuf);
move(0,0);prints("bbslog ");pressanykey();
bmmailpost(genbuf,"SYSOP",user->userid,bname);
move(0,0);prints("bmpost ");pressanykey();
bmmailpost(genbuf,"SYSOP",user->userid,"Bmhome");
move(0,0);prints("bm2post ");pressanykey();
memcpy(bh.BM,cache_ptr->BM,BM_LEN);
move(0,0);prints("memcpy ");pressanykey();
都显示了
下面的没显示
#ifdef SMTH
if(flag==2)
process_no_bm(&bh);//stiger, 2005.09.05, 版面无版主时进行系统通知
move(0,0);prints("nobm ");pressanykey();
--
修改:tombcy FROM 218.249.29.*
FROM 218.249.29.*