summaryrefslogtreecommitdiff
path: root/thirdparty/pcre2/src/pcre2_context.c
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-04-30 16:36:39 +0200
committerGitHub <noreply@github.com>2020-04-30 16:36:39 +0200
commitf870118323f9f1e4cd7d3ea63e951a2214f63c48 (patch)
tree2bb544cc7468967934fe03aecd67cf3444912257 /thirdparty/pcre2/src/pcre2_context.c
parent69f5665cebe0d8d5296b680958e76b0c6953a595 (diff)
parent824736d271ca7e545ed7cf42f20ba34fb2b73def (diff)
Merge pull request #38363 from akien-mga/pcre2-10.34
pcre2: Update to upstream version 10.34
Diffstat (limited to 'thirdparty/pcre2/src/pcre2_context.c')
-rw-r--r--thirdparty/pcre2/src/pcre2_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/pcre2/src/pcre2_context.c b/thirdparty/pcre2/src/pcre2_context.c
index 9c2886a6d0..f904a494a0 100644
--- a/thirdparty/pcre2/src/pcre2_context.c
+++ b/thirdparty/pcre2/src/pcre2_context.c
@@ -323,7 +323,7 @@ data. */
PCRE2_EXP_DEFN int PCRE2_CALL_CONVENTION
pcre2_set_character_tables(pcre2_compile_context *ccontext,
- const unsigned char *tables)
+ const uint8_t *tables)
{
ccontext->tables = tables;
return 0;