From 1d0ba25a660483da1272a31dd077ed94441e3d9f Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Sat, 2 Jan 2021 09:20:37 +0900 Subject: New upstream version 0.5.3+git20210102 --- mailcap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mailcap.c') 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