[Pcre-svn] [883] code/trunk/src/pcre2_dfa_match.c: Very mino…

Top Page
Delete this message
Author: Subversion repository
Date:  
To: pcre-svn
Subject: [Pcre-svn] [883] code/trunk/src/pcre2_dfa_match.c: Very minor code tidy.
Revision: 883
          http://www.exim.org/viewvc/pcre2?view=rev&revision=883
Author:   ph10
Date:     2017-11-16 17:44:50 +0000 (Thu, 16 Nov 2017)
Log Message:
-----------
Very minor code tidy.


Modified Paths:
--------------
    code/trunk/src/pcre2_dfa_match.c


Modified: code/trunk/src/pcre2_dfa_match.c
===================================================================
--- code/trunk/src/pcre2_dfa_match.c    2017-11-14 15:32:53 UTC (rev 882)
+++ code/trunk/src/pcre2_dfa_match.c    2017-11-16 17:44:50 UTC (rev 883)
@@ -2176,7 +2176,7 @@
       case OP_NOTI:
       if (clen > 0)
         {
-        unsigned int otherd;
+        uint32_t otherd;
 #ifdef SUPPORT_UNICODE
         if (utf && d >= 128)
           otherd = UCD_OTHERCASE(d);