Change all chars being passed to the ctype macros (isalph(), etc.) to
[mmh] / sbr / m_atoi.c
index 221ff0c..dffc799 100644 (file)
@@ -18,7 +18,7 @@ int
 m_atoi (char *str)
 {
     int i;
-    char *cp;
+    unsigned char *cp;
 
     for (i = 0, cp = str; *cp; cp++) {
 #ifdef LOCALE