Parent Directory
|
Revision Log
|
Patch
| revision 92 by nigel, Sat Feb 24 21:41:34 2007 UTC | revision 93 by nigel, Sat Feb 24 21:41:42 2007 UTC | |
|---|---|---|
| # | Line 436 pcre_get_named_substring(const pcre *cod | Line 436 pcre_get_named_substring(const pcre *cod |
| 436 | int n = get_first_set(code, stringname, ovector); | int n = get_first_set(code, stringname, ovector); |
| 437 | if (n <= 0) return n; | if (n <= 0) return n; |
| 438 | return pcre_get_substring(subject, ovector, stringcount, n, stringptr); | return pcre_get_substring(subject, ovector, stringcount, n, stringptr); |
| 439 | } | } |
| 440 | ||
| 441 |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |