diff options
Diffstat (limited to 'ext/pcre/pcrelib/pcre_ucp_searchfuncs.c')
-rw-r--r-- | ext/pcre/pcrelib/pcre_ucp_searchfuncs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcre/pcrelib/pcre_ucp_searchfuncs.c b/ext/pcre/pcrelib/pcre_ucp_searchfuncs.c index ac964ca903..7a4be94861 100644 --- a/ext/pcre/pcrelib/pcre_ucp_searchfuncs.c +++ b/ext/pcre/pcrelib/pcre_ucp_searchfuncs.c @@ -79,7 +79,7 @@ Returns: the character type category */ int -_pcre_ucp_findprop(const int c, int *type_ptr, int *script_ptr) +_pcre_ucp_findprop(const unsigned int c, int *type_ptr, int *script_ptr) { int bot = 0; int top = sizeof(ucp_table)/sizeof(cnode); |