summaryrefslogtreecommitdiffstats
path: root/mbbsd/edit.c
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-12 09:37:36 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-12 09:37:36 +0800
commitde5ce1c9adb04ed135c6c3be6110c453ac6df7aa (patch)
tree873b8afa0474f842b6e13f33ac06c50cbba32ce4 /mbbsd/edit.c
parent2749389993957bd6c0cccf55e74f67926c48261a (diff)
downloadpttbbs-de5ce1c9adb04ed135c6c3be6110c453ac6df7aa.tar
pttbbs-de5ce1c9adb04ed135c6c3be6110c453ac6df7aa.tar.gz
pttbbs-de5ce1c9adb04ed135c6c3be6110c453ac6df7aa.tar.bz2
pttbbs-de5ce1c9adb04ed135c6c3be6110c453ac6df7aa.tar.lz
pttbbs-de5ce1c9adb04ed135c6c3be6110c453ac6df7aa.tar.xz
pttbbs-de5ce1c9adb04ed135c6c3be6110c453ac6df7aa.tar.zst
pttbbs-de5ce1c9adb04ed135c6c3be6110c453ac6df7aa.zip
* revise code
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3670 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/edit.c')
-rw-r--r--mbbsd/edit.c2
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) {