]> git.marmaro.de Git - mmh/blobdiff - uip/scansbr.c
Change all chars being passed to the ctype macros (isalph(), etc.) to
[mmh] / uip / scansbr.c
index d9d6beef5781fde707262d83f00597f5dc061f31..1b6a0ed9ec9ffdfe34929eb4bb09216c3bb2abc8 100644 (file)
@@ -74,7 +74,8 @@ scan (FILE *inb, int innum, int outnum, char *nfs, int width, int curflg,
       int unseen, char *folder, long size, int noisy)
 {
     int i, compnum, encrypted, state;
-    char *cp, *tmpbuf, **nxtbuf;
+    unsigned char *cp, *tmpbuf;
+    char **nxtbuf;
     char *saved_c_text;
     struct comp *cptr;
     struct comp **savecomp;