Update explanatory comment.
This commit is contained in:
parent
57f1eca640
commit
9e4e6feee7
|
@ -6886,7 +6886,10 @@ match_data->mark = mb->nomatch_mark;
|
||||||
|
|
||||||
if (rc != MATCH_NOMATCH && rc != PCRE2_ERROR_PARTIAL) match_data->rc = rc;
|
if (rc != MATCH_NOMATCH && rc != PCRE2_ERROR_PARTIAL) match_data->rc = rc;
|
||||||
|
|
||||||
/* Handle a partial match. */
|
/* Handle a partial match. If a "soft" partial match was requested, searching
|
||||||
|
for a complete match will have continued, and the value of rc at this point
|
||||||
|
will be MATCH_NOMATCH. For a "hard" partial match, it will already be
|
||||||
|
PCRE2_ERROR_PARTIAL. */
|
||||||
|
|
||||||
else if (match_partial != NULL)
|
else if (match_partial != NULL)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue