summaryrefslogtreecommitdiffstats
path: root/mbbsd/bbs.c
diff options
context:
space:
mode:
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);