diff options
Diffstat (limited to 'mbbsd/edit.c')
-rw-r--r-- | mbbsd/edit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mbbsd/edit.c b/mbbsd/edit.c index 7c554e03..e5e5a7b6 100644 --- a/mbbsd/edit.c +++ b/mbbsd/edit.c @@ -1703,7 +1703,8 @@ write_file(const char *fpath, int saveheader, int *islocal, char *mytitle, int u getdata(2, 0, "確定要儲存檔案嗎? ", ans, 2, LCECHO); // avoid lots pots - sleep(1); + if (ans[0] != 'a') + sleep(1); switch (ans[0]) { case 'a': |