summaryrefslogtreecommitdiff
path: root/src/3rdparty/pcre/pcre_study.c
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2015-12-18 13:19:10 +0100
committerGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2016-01-04 08:56:28 +0000
commit3880f41e683f02b905c8cbc3c578c3f3a0a1eb2e (patch)
tree8bb684c2847863f60e577f5f95e88e743730c946 /src/3rdparty/pcre/pcre_study.c
parentb08d84d39e11b6abab4e941050c22f37ca79a83a (diff)
downloadqtbase-3880f41e683f02b905c8cbc3c578c3f3a0a1eb2e.tar.gz
Update PCRE to SVN r1622 (8.38 + patches)
In preparation for the 5.6 release. Upstream changelog: http://vcs.pcre.org/pcre/code/trunk/ChangeLog?revision=1622&view=markup&pathrev=1622 Upstream changes: http://vcs.pcre.org/pcre/code/trunk/?pathrev=1622 Change-Id: I97fb23f6b42f4871f05daa726c2edfc691a16d8e Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
Diffstat (limited to 'src/3rdparty/pcre/pcre_study.c')
-rw-r--r--src/3rdparty/pcre/pcre_study.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/pcre/pcre_study.c b/src/3rdparty/pcre/pcre_study.c
index 932e9a7c4c..7fd0ba0b3d 100644
--- a/src/3rdparty/pcre/pcre_study.c
+++ b/src/3rdparty/pcre/pcre_study.c
@@ -71,7 +71,7 @@ Arguments:
startcode pointer to start of the whole pattern's code
options the compiling options
recurses chain of recurse_check to catch mutual recursion
- countptr pointer to call count (to catch over complexity)
+ countptr pointer to call count (to catch over complexity)
Returns: the minimum length
-1 if \C in UTF-8 mode or (*ACCEPT) was encountered