]> git.marmaro.de Git - mmh/blobdiff - uip/show.c
Use hyphen, not plus (corresponding to previous RCx naming convention)
[mmh] / uip / show.c
index 2db32d7ee867902e57d8c69c0fc8e672c575bd44..e783a7974a47b32ba8be3edf8accb59054c3a7d1 100644 (file)
@@ -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;