Commit 01dc83ae authored by Adam Rogoyski's avatar Adam Rogoyski
Browse files

- remove old assert() from do_wrap().

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@73 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 0 additions and 2 deletions
+0 -2
......@@ -625,8 +625,6 @@ void do_wrap(filestruct * inptr, char input_char)
break;
}
assert(current_word_end_t > fill);
/* There are a few (ever changing) cases of what the line could look like.
* 1) only one word on the line before wrap point.
* a) one word takes up the whole line with no starting spaces.
......
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