X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0569d6d1631dc90d4f2f2df6bdd0599c7ecc7814..386656ec3d9a80184f380a77169dc0a16bad89d5:/uip/mshcmds.c diff --git a/uip/mshcmds.c b/uip/mshcmds.c index 60f34130..147a261b 100644 --- a/uip/mshcmds.c +++ b/uip/mshcmds.c @@ -2547,7 +2547,8 @@ static int is_nontext (int msgnum) { int result, state; - char *bp, *cp, *dp; + unsigned char *bp, *dp; + char *cp; char buf[BUFSIZ], name[NAMESZ]; FILE *fp; @@ -2960,7 +2961,8 @@ subsort (struct Msg *a, struct Msg *b) static char * sosmash (char *subj, char *s) { - register char *cp, *dp, c; + register char *cp, *dp; + register unsigned char c; if (s) { cp = s;