summaryrefslogtreecommitdiffstats
path: root/mbbsd/bbs.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r--mbbsd/bbs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c
index 39ba5a1f..8b64022b 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -1,4 +1,4 @@
-/* $Id: bbs.c,v 1.58 2002/06/23 03:50:14 ptt Exp $ */
+/* $Id: bbs.c,v 1.59 2002/06/23 03:52:31 ptt Exp $ */
#include "bbs.h"
static void mail_by_link(char* owner, char* title, char* path) {
@@ -1510,7 +1510,7 @@ int b_note_edit_bname(int bid) {
outs(msg_cancel);
pressanykey();
} else {
- if(!getdata_buf(2, 0, "設定有效期限天?(n/Y)", buf, 3, LCECHO)
+ if(!getdata(2, 0, "設定有效期限天?(n/Y)", buf, 3, LCECHO)
|| buf[0]!='n')
fh->bupdate = gettime(3, fh->bupdate?fh->bupdate:now);
else