cosmetic fixes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3792 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
32a3ce4cd2
commit
0a4b737b73
|
@ -110,7 +110,7 @@ CVS code -
|
||||||
- text.c:
|
- text.c:
|
||||||
execute_command()
|
execute_command()
|
||||||
- Remove the marking of the file as modified, as do_insertfile()
|
- Remove the marking of the file as modified, as do_insertfile()
|
||||||
handles that. (DLR)
|
now handles that. (DLR)
|
||||||
- winio.c:
|
- winio.c:
|
||||||
display_string()
|
display_string()
|
||||||
- Properly handle buf[start_index]'s being a null terminator.
|
- Properly handle buf[start_index]'s being a null terminator.
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __TANDEM
|
#ifdef __TANDEM
|
||||||
/* Tandem NonStop Kernel. */
|
/* Tandem NonStop Kernel support. */
|
||||||
#include <floss.h>
|
#include <floss.h>
|
||||||
#define NANO_ROOT_UID 65535
|
#define NANO_ROOT_UID 65535
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in New Issue