From f0ccddf0a19dc7b9d1e14e83d49801b2e8f72eca Mon Sep 17 00:00:00 2001 From: ptt Date: Thu, 29 Apr 2004 15:36:09 +0000 Subject: 1.avoid bottom black hole 2.check board friend when crosspost 3.add 'X' in more git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1887 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/edit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd/edit.c') diff --git a/mbbsd/edit.c b/mbbsd/edit.c index eda5da08..ac03696c 100644 --- a/mbbsd/edit.c +++ b/mbbsd/edit.c @@ -1050,7 +1050,7 @@ write_file(char *fpath, int saveheader, int *islocal) } currline = NULL; - if (postrecord.times > MAX_CROSSNUM - 1) + if (postrecord.times > MAX_CROSSNUM-1 && hbflcheck(currbid, currutmp->uid)) anticrosspost(); if (po && sum == 3) { -- cgit v1.2.3