summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-05-10 21:07:23 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-05-10 21:07:23 +0800
commite0e6bb9fe7fc44d21b06ff2b47445cc8d9facc74 (patch)
tree1f3f6e14d28b64759e8cf76565a7c7feec316c3b /mbbsd
parent761af8de67cbc5cf1854d0c84b9b8f9384be4aaf (diff)
downloadpttbbs-e0e6bb9fe7fc44d21b06ff2b47445cc8d9facc74.tar
pttbbs-e0e6bb9fe7fc44d21b06ff2b47445cc8d9facc74.tar.gz
pttbbs-e0e6bb9fe7fc44d21b06ff2b47445cc8d9facc74.tar.bz2
pttbbs-e0e6bb9fe7fc44d21b06ff2b47445cc8d9facc74.tar.lz
pttbbs-e0e6bb9fe7fc44d21b06ff2b47445cc8d9facc74.tar.xz
pttbbs-e0e6bb9fe7fc44d21b06ff2b47445cc8d9facc74.tar.zst
pttbbs-e0e6bb9fe7fc44d21b06ff2b47445cc8d9facc74.zip
- typo fix
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4293 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c
index d20e6ff1..7e71c414 100644
--- a/mbbsd/user.c
+++ b/mbbsd/user.c
@@ -564,7 +564,7 @@ uinfo_query(userec_t *u, int adminmode, int unum)
int xuid = getuser(u->userid, &x);
if (xuid != unum)
{
- move(b_lines-1, 0); clrtobol();
+ move(b_lines-1, 0); clrtobot();
prints(ANSI_COLOR(1;31) "錯誤資訊: unum=%d (lookup xuid=%d)"
ANSI_RESET "\n", unum, xuid);
vmsg("系統錯誤: 使用者資料號碼 (unum) 不合。請至 " BN_BUGREPORT "報告。");