Change all chars being passed to the ctype macros (isalph(), etc.) to
[mmh] / sbr / seq_nameok.c
index 0eeddb3..678ab5b 100644 (file)
@@ -13,9 +13,9 @@
 
 
 int
-seq_nameok (char *s)
+seq_nameok (unsigned char *s)
 {
-    char *pp;
+    unsigned char *pp;
 
     if (s == NULL || *s == '\0') {
        advise (NULL, "empty sequence name");