From 35717df2c4adcf1365447341fc6a8ecb87977e0f Mon Sep 17 00:00:00 2001 From: scw Date: Sun, 22 Feb 2004 12:15:52 +0000 Subject: Wrong flag testing. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1556 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/bbs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd') diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index 44003d91..f24e503a 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -1108,7 +1108,7 @@ cross_post(int ent, fileheader_t * fhdr, char *direct) setbdir(fname, xboard); append_record(fname, &xfile, sizeof(xfile)); bp = getbcache(getbnum(xboard)); - if (!xfile.filemode && !(bp->brdattr && BRD_NOTRAN)) + if (!xfile.filemode && !(bp->brdattr & BRD_NOTRAN)) outgo_post(&xfile, xboard); setbtotal(getbnum(xboard)); cuser.numposts++; -- cgit v1.2.3