diff --git a/src/search.c b/src/search.c index bb798cfc334300409b31bb058505c7894da8927f..40266e2d4875bae15d194499c7c0753fd7d3b85a 100644 --- a/src/search.c +++ b/src/search.c @@ -993,7 +993,7 @@ void do_gotolinecolumn(int line, ssize_t column, bool use_answer, bool * number (which is zero-based) only if we hit Enter at the * statusbar prompt. */ if (!parse_line_column(answer, &line, &column) || line < 1 || - column < 0) { + --column < 0) { if (i == 0) statusbar(_("Come on, be reasonable")); display_main_list();