aboutsummaryrefslogtreecommitdiff
path: root/src/urlglob.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/urlglob.h')
-rw-r--r--src/urlglob.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/urlglob.h b/src/urlglob.h
index 25ead3b4d..fdda41eef 100644
--- a/src/urlglob.h
+++ b/src/urlglob.h
@@ -51,8 +51,8 @@ typedef struct {
typedef struct {
char* literal[10];
URLPattern pattern[9];
- int size;
- int urllen;
+ size_t size;
+ size_t urllen;
char *glob_buffer;
char beenhere;
char errormsg[80]; /* error message buffer */