]> git.wh0rd.org Git - nano.git/commitdiff
- remove old assert() from do_wrap().
authorAdam Rogoyski <rogoyski@cs.utexas.edu>
Thu, 6 Jul 2000 02:01:44 +0000 (02:01 +0000)
committerAdam Rogoyski <rogoyski@cs.utexas.edu>
Thu, 6 Jul 2000 02:01:44 +0000 (02:01 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@73 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

nano.c

diff --git a/nano.c b/nano.c
index adcd70b55660d0878ef67c498c6d44b64ec0ef04..9dfab74ead6a075d98c06a0c7108a152138e27f7 100644 (file)
--- 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.