nano

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

commit 7369c758281a7682ee448a033dbe77fa73a3fc45
parent 6ac73c94082786e1a12ef97e60a15d544abf2115
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Thu, 16 Mar 2006 17:45:12 +0000

remove erroneous assert


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

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

diff --git a/src/browser.c b/src/browser.c @@ -516,8 +516,6 @@ void browser_refresh(void) size_t foo_len = mb_cur_max() * 7; char *foo = charalloc(foo_len + 1); - assert(width != NULL); - i = (width != 0) ? width * editwinrows * ((selected / width) / editwinrows) : 0;