X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fshow.c;h=e783a7974a47b32ba8be3edf8accb59054c3a7d1;hp=2db32d7ee867902e57d8c69c0fc8e672c575bd44;hb=13f84dd50ca5754391dbd3296a5c7425f9363600;hpb=1524cb8c0b86a854149d7859d6a2503d61dbaa36 diff --git a/uip/show.c b/uip/show.c index 2db32d7..e783a79 100644 --- a/uip/show.c +++ b/uip/show.c @@ -385,7 +385,8 @@ static int is_nontext (char *msgnam) { int result, state; - char *bp, *cp, *dp; + unsigned char *bp, *dp; + char *cp; char buf[BUFSIZ], name[NAMESZ]; FILE *fp;