ok?

Index: pax.h
===================================================================
RCS file: /cvs/src/bin/pax/pax.h,v
retrieving revision 1.27
diff -u -p -r1.27 pax.h
--- pax.h       19 Mar 2015 05:14:24 -0000      1.27
+++ pax.h       16 Nov 2015 18:23:24 -0000
@@ -79,7 +79,7 @@ typedef struct pattern {
        char            *pstr;          /* pattern to match, user supplied */
        char            *pend;          /* end of a prefix match */
        char            *chdname;       /* the dir to change to if not NULL.  */
-       int             plen;           /* length of pstr */
+       size_t          plen;           /* length of pstr */
        int             flgs;           /* processing/state flags */
 #define MTCH           0x1             /* pattern has been matched */
 #define DIR_MTCH       0x2             /* pattern matched a directory */

Reply via email to