From 6eb786644218c2d12e3ab635e35958757ab9bdfb Mon Sep 17 00:00:00 2001 From: David Crosby Date: Sat, 25 Jul 2015 22:46:36 -0600 Subject: Adjust len to size_t --- mailcap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailcap.c b/mailcap.c index c0461df..f0c6242 100644 --- a/mailcap.c +++ b/mailcap.c @@ -72,7 +72,7 @@ searchMailcap(struct mailcap *table, char *type) } static int -matchMailcapAttr(char *p, char *attr, int len, Str *value) +matchMailcapAttr(char *p, char *attr, size_t len, Str *value) { int quoted; char *q = NULL; -- cgit v1.2.3