]> git.wh0rd.org Git - nano.git/commitdiff
Compile fix with current_stat. Not sure how I missed that.
authorChris Allegretta <chrisa@asty.org>
Mon, 18 Jan 2010 03:43:24 +0000 (03:43 +0000)
committerChris Allegretta <chrisa@asty.org>
Mon, 18 Jan 2010 03:43:24 +0000 (03:43 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4477 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/nano.c

index c2e36587524652c99ecf79b03090579aa0c8b6a0..3e0854867bc92271e596ff0391a4c10c426a15c4 100644 (file)
@@ -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