[Compiling article.c]
article.c: In function `after_post':
article.c:940: `uinfo' undeclared (first use in this function)
article.c:940: (Each undeclared identifier is reported only once
article.c:940: for each function it appears in.)
make: *** [article.lo] Error 1
[root@bbs libBBS]# grep uinfo article.c
345: if (uinfo.mode == RMAIL) {
844: oldmode = uinfo.mode;
940: if (strcmp(fh->owner, DELIVER) && (!strstr(fh->title, "(转载)") || fh->attachment==0 || uinfo.mode == DIR_MODE_MAIL)) {
为什么我加的uinfo.mode就不能用,前面两个uinfo.mode就不报错呢
--
修改:jiangjun2000 FROM 159.226.37.*
FROM 159.226.37.*