From 85a4a9d80af10ded4ebcd066349e6f21a5a3c226 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 24 Oct 2001 09:17:41 +0000 Subject: [PATCH] (fast_find_position): Call row_containing_pos with additional argument. --- src/xterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xterm.c b/src/xterm.c index 616d51b07fa..7463997f8de 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -7516,7 +7516,7 @@ fast_find_position (w, charpos, hpos, vpos, x, y, stop) int i, past_end = 0; first = MATRIX_FIRST_TEXT_ROW (w->current_matrix); - row = row_containing_pos (w, charpos, first, NULL); + row = row_containing_pos (w, charpos, first, NULL, 0); if (row == NULL) { if (charpos < MATRIX_ROW_START_CHARPOS (first)) -- 2.39.2