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