- remove old assert() from do_wrap().
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@73 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
28a0f89d90
commit
01dc83ae12
2
nano.c
2
nano.c
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue