From 2466d933c970a716970615ad0361a367ddbcda29 Mon Sep 17 00:00:00 2001
From: Chris Allegretta <chrisa@asty.org>
Date: Mon, 18 Jan 2010 03:43:24 +0000
Subject: [PATCH] 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
---
 src/nano.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 
-- 
GitLab