nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 01dc83ae129d294b247c45543f8074f129aa6786
parent 28a0f89d9089ac646a8760a19d27c16cb4c63e7f
Author: Adam Rogoyski <rogoyski@cs.utexas.edu>
Date:   Thu,  6 Jul 2000 02:01:44 +0000

- remove old assert() from do_wrap().


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@73 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
Mnano.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/nano.c b/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.