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: p...@hermes.cam.ac.uk Reporter: m...@xuchunyang.me CC: pcre-dev@exim.org 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. -- ## List details at https://lists.exim.org/mailman/listinfo/pcre-dev