X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1524cb8c0b86a854149d7859d6a2503d61dbaa36..13f84dd50ca5754391dbd3296a5c7425f9363600:/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;