Adjust len to size_t

This commit is contained in:
David Crosby
2015-07-25 22:46:36 -06:00
committed by Tatsuya Kinoshita
parent 426e8b3799
commit 6eb7866442

View File

@@ -72,7 +72,7 @@ searchMailcap(struct mailcap *table, char *type)
} }
static int static int
matchMailcapAttr(char *p, char *attr, int len, Str *value) matchMailcapAttr(char *p, char *attr, size_t len, Str *value)
{ {
int quoted; int quoted;
char *q = NULL; char *q = NULL;