diff options
Diffstat (limited to 'mbbsd/edit.c')
-rw-r--r-- | mbbsd/edit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/edit.c b/mbbsd/edit.c index a0e7dac2..d9151031 100644 --- a/mbbsd/edit.c +++ b/mbbsd/edit.c @@ -1678,7 +1678,7 @@ write_file(char *fpath, int saveheader, int *islocal, char *mytitle) } curr_buf->currline = NULL; - if (postrecord.times > MAX_CROSSNUM-1 && hbflcheck(currbid, currutmp->uid)) + if (postrecord.times > MAX_CROSSNUM-1 && !is_hidden_board_friend(currbid, currutmp->uid)) anticrosspost(); if (po && sum == 3) { |