summaryrefslogtreecommitdiff
path: root/epan/ftypes/ftype-bytes.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/ftypes/ftype-bytes.c')
-rw-r--r--epan/ftypes/ftype-bytes.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/ftypes/ftype-bytes.c b/epan/ftypes/ftype-bytes.c
index d6a26dfef7..953c693c35 100644
--- a/epan/ftypes/ftype-bytes.c
+++ b/epan/ftypes/ftype-bytes.c
@@ -527,8 +527,8 @@ cmp_matches(fvalue_t *fv_a, fvalue_t *fv_b)
regex, /* Compiled PCRE */
a->data, /* The data to check for the pattern... */
(int)a->len, /* ... and its length */
- 0, /* Start offset within data */
- G_REGEX_RAW, /* GRegexMatchFlags */
+ 0, /* Start offset within data */
+ 0, /* GRegexMatchFlags */
NULL, /* We are not interested in the match information */
NULL /* We don't want error information */
);