From 4c2d4eb3b7efcbdadb42d116d647713783043243 Mon Sep 17 00:00:00 2001 From: piaip Date: Tue, 1 Apr 2014 01:45:37 +0000 Subject: Revise messages git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5983 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- pttbbs/mbbsd/admin.c | 2 +- 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; -- cgit v1.2.3