aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--noice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/noice.c b/noice.c
index 17a0cea..c72417f 100644
--- a/noice.c
+++ b/noice.c
@@ -331,7 +331,7 @@ readln(void)
echo();
curs_set(TRUE);
- getnstr(ln, sizeof(ln));
+ getnstr(ln, sizeof(ln) - 1);
noecho();
curs_set(FALSE);
return strdup(ln);