fix still more find_paragraph() breakage

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3148 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2005-11-10 06:19:47 +00:00
parent 82b5debb1b
commit 75689f3901
1 changed files with 3 additions and 1 deletions

View File

@ -1101,9 +1101,11 @@ bool find_paragraph(size_t *const quote, size_t *const par)
par_len++;
}
openfile->current = current_save;
openfile->current_x = current_x_save;
openfile->current_y = current_y_save;
/* Set the current place we want to the current x-coordinate. */
openfile->placewewant = xplustabs();
/* Save the values of quote_len and par_len. */
assert(quote != NULL && par != NULL);