summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-01 16:40:23 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-01 16:40:23 +0800
commitd2e9ddb320e18206dcb54e7d8476fdc73e489fa9 (patch)
tree409f857a659fee860b0ca3cf09095df3cda8a71d /mbbsd
parent022e50099d68e8110678e568c3fdcc7dfb1987c3 (diff)
downloadpttbbs-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
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/board.c5
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;