似乎是after_post函数的问题
【 在 FlyingFish (牙好胃口才好·做好技术站务) 的大作中提到: 】
: bbs.c里有这么一段
: #ifdef FILTER
: returnvalue =
: ~~~~~~~~~~~~~~~这句话是什么意思
: #endif
: after_post(currentuser, &post_file, currboard->filename, re_file, !(Anony && anonyboard));
: if (upload) {
: char sbuf[PATHLEN];
: strcpy(sbuf, "tmp/");
: strcpy(sbuf + strlen(sbuf), upload);
: ...................
--
FROM 219.224.195.142