diff options
Diffstat (limited to 'mbbsd/mail.c')
-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 6c6ff5ab..2b82fb3e 100644 --- a/mbbsd/mail.c +++ b/mbbsd/mail.c @@ -1391,7 +1391,7 @@ mail_cite(int ent, fileheader_t * fhdr, const char *direct) CompleteBoard("輸入看板名稱 (直接Enter進入私人信件夾):", buf); if (*buf) strlcpy(xboard, buf, sizeof(xboard)); - if (*xboard && ((bid = getbnum(xboard)) >= 0)){ /* XXXbid */ + if (*xboard && ((bid = getbnum(xboard)) > 0)){ /* XXXbid */ setapath(fpath, xboard); setutmpmode(ANNOUNCE); a_menu(xboard, fpath, |