From 05b08c47da6d74024f7c84257d5ddcf38c26686e Mon Sep 17 00:00:00 2001 From: scw Date: Sun, 8 Feb 2004 05:28:26 +0000 Subject: Fix wrong symbol link when abort editing artical. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1512 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/bbs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mbbsd') diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index e66b1a3f..402c6f06 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -1000,10 +1000,10 @@ edit_post(int ent, fileheader_t * fhdr, char *direct) lock_substitute_record(direct, fhdr, sizeof(*fhdr), ent, LOCK_UN); /* rocker.011018: 順便更新一下cache */ touchdircache(currbid); - } - if (!(currbrdattr & BRD_HIDE) && (!bp->level || (currbrdattr & BRD_POSTMASK))) - do_crosspost(ALLPOST, fhdr, fpath); + if (!(currbrdattr & BRD_HIDE) && (!bp->level || (currbrdattr & BRD_POSTMASK))) + do_crosspost(ALLPOST, fhdr, fpath); + } return FULLUPDATE; } -- cgit v1.2.3