(fast_find_position): Fix previous change.
This commit is contained in:
parent
5f17a95a2f
commit
e932d73def
1 changed files with 1 additions and 1 deletions
|
@ -2123,7 +2123,7 @@ fast_find_position (window, pos, columnp, rowp)
|
|||
if (maybe_next_line)
|
||||
{
|
||||
row++;
|
||||
lastcol = 0;
|
||||
lastcol = left;
|
||||
}
|
||||
|
||||
*rowp = row + top;
|
||||
|
|
Loading…
Add table
Reference in a new issue