mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-25 22:29:42 +03:00
comment fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3915 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
76520a8ec4
commit
0c0cafbc19
@ -1,4 +1,6 @@
|
|||||||
CVS code -
|
CVS code -
|
||||||
|
- General:
|
||||||
|
- Miscellaneous comment fixes. (DLR)
|
||||||
|
|
||||||
GNU nano 1.9.99pre3 - 2006.10.25
|
GNU nano 1.9.99pre3 - 2006.10.25
|
||||||
- chars.c:
|
- chars.c:
|
||||||
|
@ -1922,7 +1922,7 @@ int main(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* If the executable filename starts with 'r', we use restricted
|
/* If the executable filename starts with 'r', enable restricted
|
||||||
* mode. */
|
* mode. */
|
||||||
if (*(tail(argv[0])) == 'r')
|
if (*(tail(argv[0])) == 'r')
|
||||||
SET(RESTRICTED);
|
SET(RESTRICTED);
|
||||||
|
Loading…
Reference in New Issue
Block a user