From 5958d927d18a9e43118e1db58be902fcc1a65028 Mon Sep 17 00:00:00 2001 From: piaip Date: Mon, 5 Mar 2012 10:55:11 +0000 Subject: fix incorrect #ifdef git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5581 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- pttbbs/mbbsd/bbs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3