From 5cb3fc8c27e59770d4d75d6b1169fd28cd303fd4 Mon Sep 17 00:00:00 2001 From: piaip Date: Tue, 22 Apr 2008 16:46:07 +0000 Subject: - prevent 'title' prompt in editing board_note - allow sysop to always have post permission (found in cross post error) - both reported by daiYuTsung@ptt2 git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4236 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/bbs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd/bbs.c') diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index 8ff14cfe..f99ea0a8 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -3586,7 +3586,7 @@ b_note_edit_bname(int bid) boardheader_t *fh = getbcache(bid); assert(0<=bid-1 && bid-1brdname, fn_notes); - aborted = vedit(buf, NA, NULL); + aborted = vedit2(buf, NA, NULL, 0); if (aborted == -1) { clear(); outs(msg_cancel); -- cgit v1.2.3