summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2012-03-05 18:55:11 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2012-03-05 18:55:11 +0800
commit5958d927d18a9e43118e1db58be902fcc1a65028 (patch)
tree033f4301ecc437fc5aa5ba908911932ac590c41d
parentcb9bff05da3c2b794e0088a10f0823972e6aaa07 (diff)
downloadpttbbs-5958d927d18a9e43118e1db58be902fcc1a65028.tar
pttbbs-5958d927d18a9e43118e1db58be902fcc1a65028.tar.gz
pttbbs-5958d927d18a9e43118e1db58be902fcc1a65028.tar.bz2
pttbbs-5958d927d18a9e43118e1db58be902fcc1a65028.tar.lz
pttbbs-5958d927d18a9e43118e1db58be902fcc1a65028.tar.xz
pttbbs-5958d927d18a9e43118e1db58be902fcc1a65028.tar.zst
pttbbs-5958d927d18a9e43118e1db58be902fcc1a65028.zip
fix incorrect #ifdef
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5581 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-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);