Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 262504 | Differences between
and this patch

Collapse All | Expand All

(-)src/re.c~ (-2 / +1 lines)
Lines 193-200 int re_subexpr_info(re_entry *ree, int * Link Here
193
    {
193
    {
194
        if (nr)
194
        if (nr)
195
        {
195
        {
196
            pcre_fullinfo(ree->preg, ree->preg_extra, PCRE_INFO_CAPTURECOUNT, &pmatch_nr);
196
            pcre_fullinfo(ree->preg, ree->preg_extra, PCRE_INFO_CAPTURECOUNT, nr);
197
            *nr = pmatch_nr;
198
        }
197
        }
199
    }
198
    }
200
#endif
199
#endif

Return to bug 262504