summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2014-03-24 19:02:20 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2014-03-24 19:02:20 +0800
commit4b4588269c2114cc4135b3a01d28293b1fa93008 (patch)
tree97bf6e63a1af8e7026a3c3593a8cefb68d15c849
parentb58e3bb7c16e50e7441e3cf3aad0b19aaf905e0e (diff)
downloadpttbbs-4b4588269c2114cc4135b3a01d28293b1fa93008.tar
pttbbs-4b4588269c2114cc4135b3a01d28293b1fa93008.tar.gz
pttbbs-4b4588269c2114cc4135b3a01d28293b1fa93008.tar.bz2
pttbbs-4b4588269c2114cc4135b3a01d28293b1fa93008.tar.lz
pttbbs-4b4588269c2114cc4135b3a01d28293b1fa93008.tar.xz
pttbbs-4b4588269c2114cc4135b3a01d28293b1fa93008.tar.zst
pttbbs-4b4588269c2114cc4135b3a01d28293b1fa93008.zip
Add message when backup is retrieved.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5954 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/mbbsd/admin.c1
1 files changed, 1 insertions, 0 deletions
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;
}
}