From: Chris Allegretta Date: Mon, 18 Jan 2010 03:43:24 +0000 (+0000) Subject: Compile fix with current_stat. Not sure how I missed that. X-Git-Tag: v2.2.2~1 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=2466d933c970a716970615ad0361a367ddbcda29;p=nano.git 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 --- diff --git a/src/nano.c b/src/nano.c index c2e36587..3e085486 100644 --- 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