minor comment fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1667 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
b55e382dfc
commit
60b942c64f
|
@ -667,7 +667,7 @@ void do_rcfile(void)
|
||||||
if (!ISSET(NO_RCFILE)) {
|
if (!ISSET(NO_RCFILE)) {
|
||||||
|
|
||||||
#if defined(DISABLE_ROOTWRAP) && !defined(DISABLE_WRAPPING)
|
#if defined(DISABLE_ROOTWRAP) && !defined(DISABLE_WRAPPING)
|
||||||
/* If we've already read $SYSCONFDIR/nanorc (if it's there), we're
|
/* If we've already read SYSCONFDIR/nanorc (if it's there), we're
|
||||||
root, and --disable-wrapping-as-root is used, turn wrapping off */
|
root, and --disable-wrapping-as-root is used, turn wrapping off */
|
||||||
if (euid == 0)
|
if (euid == 0)
|
||||||
SET(NO_WRAP);
|
SET(NO_WRAP);
|
||||||
|
|
Loading…
Reference in New Issue