From 022e50099d68e8110678e568c3fdcc7dfb1987c3 Mon Sep 17 00:00:00 2001 From: piaip Date: Sat, 1 Dec 2007 08:30:48 +0000 Subject: - board: fix: (x,y) ordering error. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3600 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/board.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mbbsd/board.c') diff --git a/mbbsd/board.c b/mbbsd/board.c index 51e46819..b29a5fa0 100644 --- a/mbbsd/board.c +++ b/mbbsd/board.c @@ -610,11 +610,11 @@ show_brdlist(int head, int clsflag, int newflag) // (a) or (i) needs HasUserPerm(PERM_LOGINOK)). if (!HasUserPerm(PERM_LOGINOK)) { - mouts(10, 0, - "--- 抱歉,註冊完成的使用者才能新增看板喔 (可按 s 手動選取) ---"); + mouts(0, 10, + "--- 註冊完成的使用者才能新增看板喔 (可按 s 手動選取) ---"); } else { // normal user. tell him what to do. - mouts(10, 0, + mouts(0, 10, "--- 空目錄,請按 a 新增或用 y 列出全部看板後按 z 增刪 ---"); } return; -- cgit v1.2.3