X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/6c42153ad9362cc676ea66563bf400d7511b3b68..39a5a4f9ebf77ed31a5abf9ff2ca6ea391c52a2c:/sbr/seq_nameok.c diff --git a/sbr/seq_nameok.c b/sbr/seq_nameok.c index 0eeddb38..6887ac6a 100644 --- a/sbr/seq_nameok.c +++ b/sbr/seq_nameok.c @@ -2,8 +2,6 @@ /* * seq_nameok.c -- check if a sequence name is ok * - * $Id$ - * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for * complete copyright information. @@ -13,9 +11,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");