X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fseq_nameok.c;h=6887ac6a309cce6a5e10792f1bfec0173c09418c;hp=0eeddb383ef6154ee7d7c473646e4edec4b94f37;hb=5dd6771b28c257af405d7248639ed0e3bcdce38b;hpb=6c42153ad9362cc676ea66563bf400d7511b3b68 diff --git a/sbr/seq_nameok.c b/sbr/seq_nameok.c index 0eeddb3..6887ac6 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");