(fast_find_position): Fix previous change.

This commit is contained in:
Richard M. Stallman 1996-08-25 23:31:20 +00:00
parent 5f17a95a2f
commit e932d73def

View file

@ -2123,7 +2123,7 @@ fast_find_position (window, pos, columnp, rowp)
if (maybe_next_line)
{
row++;
lastcol = 0;
lastcol = left;
}
*rowp = row + top;