Skip to content

Commit 4f21b99

Browse files
committed
SQUASH???
1 parent da2112b commit 4f21b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grep.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ static void compile_fixed_regexp(struct grep_pat *p, struct grep_opt *opt)
563563
{
564564
struct strbuf sb = STRBUF_INIT;
565565
int err;
566-
int regflags;
566+
int regflags = opt->regflags;
567567

568568
basic_regex_quote_buf(&sb, p->pattern);
569569
if (opt->ignore_case)

0 commit comments

Comments
 (0)