X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fshow.c;h=e783a7974a47b32ba8be3edf8accb59054c3a7d1;hb=1ae9fa8a84998e44e0234543162e257815d7e972;hp=2db32d7ee867902e57d8c69c0fc8e672c575bd44;hpb=0569d6d1631dc90d4f2f2df6bdd0599c7ecc7814;p=mmh 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;