summaryrefslogtreecommitdiff
path: root/pcretest.c
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-07-13 21:45:51 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-07-13 21:49:38 +0100
commite7469a3846baf3cc443943106404d90473d5a77a (patch)
tree90172062a643ec18261611b5c9e269f28c66704e /pcretest.c
parentae7f22768e13f01eb337330332bf18780b8104c0 (diff)
Reapply patches
* dpkg-source --before-build .
Diffstat (limited to 'pcretest.c')
-rw-r--r--pcretest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcretest.c b/pcretest.c
index 78ef517..f42f0a3 100644
--- a/pcretest.c
+++ b/pcretest.c
@@ -2984,7 +2984,7 @@ int main(int argc, char **argv)
{
FILE *infile = stdin;
const char *version;
-int options = 0;
+long int options = 0;
int study_options = 0;
int default_find_match_limit = FALSE;
pcre_uint32 default_options = 0;