diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-04-30 16:36:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-30 16:36:39 +0200 |
commit | f870118323f9f1e4cd7d3ea63e951a2214f63c48 (patch) | |
tree | 2bb544cc7468967934fe03aecd67cf3444912257 /thirdparty/pcre2/src/pcre2_context.c | |
parent | 69f5665cebe0d8d5296b680958e76b0c6953a595 (diff) | |
parent | 824736d271ca7e545ed7cf42f20ba34fb2b73def (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.c | 2 |
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; |