diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-04-29 23:36:09 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-04-29 23:36:09 +0800 |
commit | f0ccddf0a19dc7b9d1e14e83d49801b2e8f72eca (patch) | |
tree | 5dd275cd740ee1aabc9c578b8a6c9eeed16f6b26 /mbbsd/edit.c | |
parent | 485098dc5ed1faa1a8d92244a9f51070923b6728 (diff) | |
download | pttbbs-f0ccddf0a19dc7b9d1e14e83d49801b2e8f72eca.tar pttbbs-f0ccddf0a19dc7b9d1e14e83d49801b2e8f72eca.tar.gz pttbbs-f0ccddf0a19dc7b9d1e14e83d49801b2e8f72eca.tar.bz2 pttbbs-f0ccddf0a19dc7b9d1e14e83d49801b2e8f72eca.tar.lz pttbbs-f0ccddf0a19dc7b9d1e14e83d49801b2e8f72eca.tar.xz pttbbs-f0ccddf0a19dc7b9d1e14e83d49801b2e8f72eca.tar.zst pttbbs-f0ccddf0a19dc7b9d1e14e83d49801b2e8f72eca.zip |
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
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 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) { |