diff options
author | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-07-08 21:38:47 +0800 |
---|---|---|
committer | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-07-08 21:38:47 +0800 |
commit | 8264803f76932799339dff9d5d04f47c9e2b86f1 (patch) | |
tree | a9f9ec79efdca02373e8fc9dd1098eb13600f939 /mbbsd | |
parent | ced169968e5df69889d9edb50677be306fada5ff (diff) | |
download | pttbbs-8264803f76932799339dff9d5d04f47c9e2b86f1.tar pttbbs-8264803f76932799339dff9d5d04f47c9e2b86f1.tar.gz pttbbs-8264803f76932799339dff9d5d04f47c9e2b86f1.tar.bz2 pttbbs-8264803f76932799339dff9d5d04f47c9e2b86f1.tar.lz pttbbs-8264803f76932799339dff9d5d04f47c9e2b86f1.tar.xz pttbbs-8264803f76932799339dff9d5d04f47c9e2b86f1.tar.zst pttbbs-8264803f76932799339dff9d5d04f47c9e2b86f1.zip |
fully update the screen after mail_cross_post
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2921 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/mail.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)) && |