X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=grep.c;h=cd952ef5d3cca5ab66f432736881d98a94323014;hb=8dfb04ae964868dda758997e5e7da29edff6164b;hp=f7c3a5803e8ea0bf2c609e9eeec6764217641cfc;hpb=b9546926b6ede7cc74b3c4720c18d77600c9e54f;p=thirdparty%2Fgit.git diff --git a/grep.c b/grep.c index f7c3a5803e..cd952ef5d3 100644 --- a/grep.c +++ b/grep.c @@ -559,7 +559,7 @@ static void compile_pcre2_pattern(struct grep_pat *p, const struct grep_opt *opt pcre2_jit_stack_assign(p->pcre2_match_context, NULL, p->pcre2_jit_stack); } else if (p->pcre2_jit_on != 0) { BUG("The pcre2_jit_on variable should be 0 or 1, not %d", - p->pcre1_jit_on); + p->pcre2_jit_on); } }