From 2881730084b15e3e89fa25fb052d0d8fb0790b33 Mon Sep 17 00:00:00 2001 From: "Philip.Hazel" Date: Thu, 16 Nov 2017 17:44:50 +0000 Subject: [PATCH] Very minor code tidy. --- src/pcre2_dfa_match.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pcre2_dfa_match.c b/src/pcre2_dfa_match.c index b78ad07..ca235fb 100644 --- a/src/pcre2_dfa_match.c +++ b/src/pcre2_dfa_match.c @@ -2176,7 +2176,7 @@ for (;;) case OP_NOTI: if (clen > 0) { - unsigned int otherd; + uint32_t otherd; #ifdef SUPPORT_UNICODE if (utf && d >= 128) otherd = UCD_OTHERCASE(d);