diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2014-04-01 09:45:37 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2014-04-01 09:45:37 +0800 |
commit | 4c2d4eb3b7efcbdadb42d116d647713783043243 (patch) | |
tree | c9b839c10887a278df8be7b039e66d32bf8b30d4 | |
parent | b8c499ada7fcde1a0d3c22b441ab4e8574bbf317 (diff) | |
download | pttbbs-4c2d4eb3b7efcbdadb42d116d647713783043243.tar pttbbs-4c2d4eb3b7efcbdadb42d116d647713783043243.tar.gz pttbbs-4c2d4eb3b7efcbdadb42d116d647713783043243.tar.bz2 pttbbs-4c2d4eb3b7efcbdadb42d116d647713783043243.tar.lz pttbbs-4c2d4eb3b7efcbdadb42d116d647713783043243.tar.xz pttbbs-4c2d4eb3b7efcbdadb42d116d647713783043243.tar.zst pttbbs-4c2d4eb3b7efcbdadb42d116d647713783043243.zip |
Revise messages
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5983 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | pttbbs/mbbsd/admin.c | 2 | ||||
-rw-r--r-- | pttbbs/mbbsd/user.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pttbbs/mbbsd/admin.c b/pttbbs/mbbsd/admin.c index 89f45f49..ed8dc96c 100644 --- a/pttbbs/mbbsd/admin.c +++ b/pttbbs/mbbsd/admin.c @@ -246,7 +246,7 @@ search_key_user(const char *passwdfile, int mode) if (ch == 's' && !mode) { if (retrieve_backup(&user) >= 0) { fclose(fp1); - vmsg("已成功\取用備份資料。\n"); + vmsg("已成功\取用備份資料。"); return 0; } } diff --git a/pttbbs/mbbsd/user.c b/pttbbs/mbbsd/user.c index ef0e346f..47b1340e 100644 --- a/pttbbs/mbbsd/user.c +++ b/pttbbs/mbbsd/user.c @@ -210,7 +210,7 @@ user_display(const userec_t * u, int adminmode) prints("\t使用記錄: " STR_LOGINDAYS " %d " STR_LOGINDAYS_QTY ,u->numlogindays); prints(" / 文章 %d 篇\n", u->numposts); - prints("\t最後上線: %s (掛站時每日自動增加), 來自 %s)\n", + prints("\t最後上線: %s (掛站時每日增加) / %s\n", Cdate(&u->lastlogin), u->lasthost); } else { diff = (now - login_start_time) / 60; |