From 347c184b6fcfe1885e39e1948995483d6a6a1560 Mon Sep 17 00:00:00 2001
From: Chris Allegretta <chrisa@asty.org>
Date: Wed, 24 Oct 2001 01:37:13 +0000
Subject: [PATCH] nano.c:main() - Moved #ifndef NANO_SMALL down past the case
 0: line so control-space doesn't insert a \0 (ack!)

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@872 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 ChangeLog | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 21bffd8b..c90369d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -37,6 +37,8 @@ CVS code -
 	  the #ifdefs around the code in main().
   main()
 	- Fixed off by one when checking for MAIN_LIST_LEN. Ugh.
+	- Moved #ifndef NANO_SMALL down past the case 0: line so
+	  control-space doesn't insert a \0 (ack!)
 - rcfile.c:
 	- Fix incorrect number of rc options (David Lawrence Ramsey).
 - po/sv.po:
-- 
GitLab