summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pttbbs/mbbsd/bbs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pttbbs/mbbsd/bbs.c b/pttbbs/mbbsd/bbs.c
index f28a93e1..212079ca 100644
--- a/pttbbs/mbbsd/bbs.c
+++ b/pttbbs/mbbsd/bbs.c
@@ -1162,7 +1162,7 @@ do_crosspost(const char *brd, fileheader_t *postfile, const char *fpath)
currboard, brd, fh.filename, fh.title);
}
-#ifndef USE_LIVE_ALLPOST
+#ifdef USE_LIVE_ALLPOST
if (strcmp(brd, BN_ALLPOST) != 0)
#endif
Copy(fpath, genbuf);