summaryrefslogtreecommitdiff
path: root/doc/html/pcre2_substring_copy_bynumber.html
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-12-01 16:14:53 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-12-01 16:14:53 +0000
commit9da47480045c6cc9fc49cd2752b0fa520a58287c (patch)
tree95ad4b536269f02421242755e8b48b11c6aeb3ad /doc/html/pcre2_substring_copy_bynumber.html
parent08de510bcf169f076c481ffa4e274ff5c0480c68 (diff)
downloadpcre2-9da47480045c6cc9fc49cd2752b0fa520a58287c.tar.gz
(1) uint32_t for substring number args; (2) correct PRIV(memctl_malloc)
definition for Windows; (3) remove unwanted PCRE2_EXP_DATA_DEFN; (4) documentation updates. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@171 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/html/pcre2_substring_copy_bynumber.html')
-rw-r--r--doc/html/pcre2_substring_copy_bynumber.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/pcre2_substring_copy_bynumber.html b/doc/html/pcre2_substring_copy_bynumber.html
index d54015c..0afeecc 100644
--- a/doc/html/pcre2_substring_copy_bynumber.html
+++ b/doc/html/pcre2_substring_copy_bynumber.html
@@ -20,7 +20,7 @@ SYNOPSIS
</P>
<P>
<b>int pcre2_substring_copy_bynumber(pcre2_match_data *<i>match_data</i>,</b>
-<b> unsigned int <i>number</i>, PCRE2_UCHAR *<i>buffer</i>,</b>
+<b> uint32_t <i>number</i>, PCRE2_UCHAR *<i>buffer</i>,</b>
<b> PCRE2_SIZE *<i>bufflen</i>);</b>
</P>
<br><b>