diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-12-01 16:40:23 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-12-01 16:40:23 +0800 |
commit | d2e9ddb320e18206dcb54e7d8476fdc73e489fa9 (patch) | |
tree | 409f857a659fee860b0ca3cf09095df3cda8a71d | |
parent | 022e50099d68e8110678e568c3fdcc7dfb1987c3 (diff) | |
download | pttbbs-d2e9ddb320e18206dcb54e7d8476fdc73e489fa9.tar pttbbs-d2e9ddb320e18206dcb54e7d8476fdc73e489fa9.tar.gz pttbbs-d2e9ddb320e18206dcb54e7d8476fdc73e489fa9.tar.bz2 pttbbs-d2e9ddb320e18206dcb54e7d8476fdc73e489fa9.tar.lz pttbbs-d2e9ddb320e18206dcb54e7d8476fdc73e489fa9.tar.xz pttbbs-d2e9ddb320e18206dcb54e7d8476fdc73e489fa9.tar.zst pttbbs-d2e9ddb320e18206dcb54e7d8476fdc73e489fa9.zip |
- board: override fix r3600 (y fix)
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3601 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | mbbsd/board.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c index b29a5fa0..7338b85a 100644 --- a/mbbsd/board.c +++ b/mbbsd/board.c @@ -608,13 +608,14 @@ show_brdlist(int head, int clsflag, int newflag) if (IS_LISTING_FAV() && brdnum == 1 && get_fav_type(&nbrd[0]) == 0) { // (a) or (i) needs HasUserPerm(PERM_LOGINOK)). + // 3 = first line of empty area if (!HasUserPerm(PERM_LOGINOK)) { - mouts(0, 10, + mouts(3, 10, "--- 註冊完成的使用者才能新增看板喔 (可按 s 手動選取) ---"); } else { // normal user. tell him what to do. - mouts(0, 10, + mouts(3, 10, "--- 空目錄,請按 a 新增或用 y 列出全部看板後按 z 增刪 ---"); } return; |