- remove old assert() from do_wrap().

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@73 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
Adam Rogoyski 2000-07-06 02:01:44 +00:00
parent 28a0f89d90
commit 01dc83ae12
1 changed files with 0 additions and 2 deletions

2
nano.c
View File

@ -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.