changeset 1495:0e65c6483e71

(oatoi): declare arg to be const
author Jim Meyering <jim@meyering.net>
date Wed, 09 Sep 1998 15:39:13 +0000
parents 8b82518377ef
children f58fdf937295
files lib/modechange.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/modechange.c
+++ b/lib/modechange.c
@@ -59,7 +59,7 @@
    octal number S.  If S is not an octal number, return -1.  */
 
 static int
-oatoi (char *s)
+oatoi (const char *s)
 {
   register int i;