Commit 75689f39 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

fix still more find_paragraph() breakage

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3148 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 82b5debb
Showing with 3 additions and 1 deletion
+3 -1
......@@ -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);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment