nano

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

commit 2466d933c970a716970615ad0361a367ddbcda29
parent 4e621b5f6b3f37b47cbf770cc658499102c5de07
Author: Chris Allegretta <chrisa@asty.org>
Date:   Mon, 18 Jan 2010 03:43:24 +0000

Compile fix with current_stat.  Not sure how I missed that.



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

Diffstat:
Msrc/nano.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/nano.c b/src/nano.c @@ -517,8 +517,8 @@ openfilestruct *make_new_opennode(void) newnode->filebot = NULL; newnode->edittop = NULL; newnode->current = NULL; - newnode->current_stat = NULL; #ifndef NANO_TINY + newnode->current_stat = NULL; newnode->last_action = OTHER; #endif