summaryrefslogtreecommitdiffstats
path: root/mbbsd/cal.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/cal.c')
-rw-r--r--mbbsd/cal.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mbbsd/cal.c b/mbbsd/cal.c
index ec99c459..67a91a5e 100644
--- a/mbbsd/cal.c
+++ b/mbbsd/cal.c
@@ -545,8 +545,11 @@ give_money_ui(const char *userid)
return 0;
}
+ // TODO 若是壞人,禁止編輯內文?
if (vans("交易已完成,要修改紅包袋嗎?[y/N] ") == 'y')
+ {
veditfile(fpath);
+ }
sendalert(id, ALERT_NEW_MAIL);
}
return 0;