From 8264803f76932799339dff9d5d04f47c9e2b86f1 Mon Sep 17 00:00:00 2001 From: victor Date: Fri, 8 Jul 2005 13:38:47 +0000 Subject: fully update the screen after mail_cross_post git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2921 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/mail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd') diff --git a/mbbsd/mail.c b/mbbsd/mail.c index a261cd06..c06f12b5 100644 --- a/mbbsd/mail.c +++ b/mbbsd/mail.c @@ -1097,7 +1097,7 @@ mail_cross_post(int ent, fileheader_t * fhdr, const char *direct) move(1, 0); CompleteBoard("轉錄本文章於看板:", xboard); if (*xboard == '\0' || !haspostperm(xboard)) - return TITLE_REDRAW; + return FULLUPDATE; ent = getbnum(xboard); if ( !((currmode & MODE_BOARD) || HasUserPerm(PERM_SYSOP)) && -- cgit v1.2.3