From 4b4588269c2114cc4135b3a01d28293b1fa93008 Mon Sep 17 00:00:00 2001 From: piaip Date: Mon, 24 Mar 2014 11:02:20 +0000 Subject: Add message when backup is retrieved. git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5954 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- pttbbs/mbbsd/admin.c | 1 + 1 file changed, 1 insertion(+) diff --git a/pttbbs/mbbsd/admin.c b/pttbbs/mbbsd/admin.c index df5045fe..89f45f49 100644 --- a/pttbbs/mbbsd/admin.c +++ b/pttbbs/mbbsd/admin.c @@ -246,6 +246,7 @@ search_key_user(const char *passwdfile, int mode) if (ch == 's' && !mode) { if (retrieve_backup(&user) >= 0) { fclose(fp1); + vmsg("已成功\取用備份資料。\n"); return 0; } } -- cgit v1.2.3