summaryrefslogtreecommitdiffstats
path: root/mbbsd/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/io.c')
-rw-r--r--mbbsd/io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/io.c b/mbbsd/io.c
index 6f3cff9e..bb09d79f 100644
--- a/mbbsd/io.c
+++ b/mbbsd/io.c
@@ -492,7 +492,7 @@ getans(char *prompt)
{
char ans[5];
- getdata(t_lines - 1, 0, prompt, ans, sizeof(ans), LCECHO);
+ getdata(b_lines, 0, prompt, ans, sizeof(ans), LCECHO);
return ans[0];
}