]> git.saurik.com Git - wxWidgets.git/blobdiff - src/regex/engine.c
a fix to preserve UNC paths when creating the commandline argument array
[wxWidgets.git] / src / regex / engine.c
index 919fe3f641cd9ec96fb417da0f7a86312d130524..0b88dcf1ed87c58f11a4306c831db4a5aa461d64 100644 (file)
@@ -71,7 +71,7 @@ regmatch_t pmatch[];
 int eflags;
 {
        register char *endp;
-       register int i;
+       register size_t i;
        struct match mv;
        register struct match *m = &mv;
        register char *dp;