From dba454ef54bfc83cc1ade93c668f39ec0a5895d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vicen=C8=9Biu=20Ciorbaru?= Date: Sun, 30 Jul 2017 11:53:36 +0300 Subject: 8.41 --- pcre/pcre_exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pcre/pcre_exec.c') diff --git a/pcre/pcre_exec.c b/pcre/pcre_exec.c index 24b23ca2864..1a9bdd546ee 100644 --- a/pcre/pcre_exec.c +++ b/pcre/pcre_exec.c @@ -669,7 +669,7 @@ if (ecode == NULL) return match((PCRE_PUCHAR)&rdepth, NULL, NULL, 0, NULL, NULL, 1); else { - int len = (char *)&rdepth - (char *)eptr; + int len = (int)((char *)&rdepth - (char *)eptr); return (len > 0)? -len : len; } } -- cgit v1.2.1