https://bugs.exim.org/show_bug.cgi?id=2192
Bug ID: 2192
Summary: A small typo in pcre2api
Product: PCRE
Version: 10.30 (PCRE2)
Hardware: x86
OS: All
Status: NEW
Severity: bug
Priority: medium
Component: Documentation
Assignee: ph10@???
Reporter: mail@???
CC: pcre-dev@???
md vs match_data:
pcre2_match_data *md = pcre2_match_data_create(4, NULL);
int rc = pcre2_match(
re, /* result of pcre2_compile() */
"some string", /* the subject string */
11, /* the length of the subject string */
0, /* start at offset 0 in the subject */
0, /* default options */
match_data, /* the match data block */
NULL); /* a match context; NULL means use defaults */
--
You are receiving this mail because:
You are on the CC list for the bug.