Commit 347c184b authored by Chris Allegretta's avatar Chris Allegretta
Browse files

nano.c:main() - Moved #ifndef NANO_SMALL down past the case 0: line so...

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
No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
......@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment