summaryrefslogtreecommitdiffstats
path: root/mbbsd/bbs.c
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-11-16 17:35:27 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-11-16 17:35:27 +0800
commit4cd1c87a51641132f08523c55d09aa3dcca2528f (patch)
tree1b5c52556da0290f023274bde0c1270f74b96ef8 /mbbsd/bbs.c
parent7986c60cafb36fe29f73e9cc9f18cfef610fed84 (diff)
downloadpttbbs-4cd1c87a51641132f08523c55d09aa3dcca2528f.tar
pttbbs-4cd1c87a51641132f08523c55d09aa3dcca2528f.tar.gz
pttbbs-4cd1c87a51641132f08523c55d09aa3dcca2528f.tar.bz2
pttbbs-4cd1c87a51641132f08523c55d09aa3dcca2528f.tar.lz
pttbbs-4cd1c87a51641132f08523c55d09aa3dcca2528f.tar.xz
pttbbs-4cd1c87a51641132f08523c55d09aa3dcca2528f.tar.zst
pttbbs-4cd1c87a51641132f08523c55d09aa3dcca2528f.zip
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1349 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r--mbbsd/bbs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c
index 63c44ac6..3f1744f3 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -852,7 +852,7 @@ b_posttype(int ent, fileheader_t * fhdr, char *direct)
int i, aborted;
char filepath[256], genbuf[60], title[5], posttype_f, posttype[33]="";
- if(!currmode & MODE_BOARD) return DONOTHING;
+ if(!(currmode & MODE_BOARD)) return DONOTHING;
bp = getbcache(currbid);