summaryrefslogtreecommitdiffstats
path: root/src/memline.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/memline.c')
-rw-r--r--src/memline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/memline.c b/src/memline.c
index 9f9e3074f7..47dc00d84c 100644
--- a/src/memline.c
+++ b/src/memline.c
@@ -880,7 +880,7 @@ ml_recover()
(void)recover_names(&fname, TRUE, 0);
msg_putchar('\n');
MSG_PUTS(_("Enter number of swap file to use (0 to quit): "));
- i = get_number(FALSE);
+ i = get_number(FALSE, NULL);
if (i < 1 || i > len)
goto theend;
}