Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'sg/strbuf-addbuf-cocci'
[gitweb.git]
/
grep.c
diff --git
a/grep.c
b/grep.c
index 4db1510d167c9fc3cc7b129c90aa874a4c7c2b0f..0d50598acda6f1c41951d1d656ea701114473239 100644
(file)
--- a/
grep.c
+++ b/
grep.c
@@
-1805,7
+1805,7
@@
static int grep_source_1(struct grep_opt *opt, struct grep_source *gs, int colle
* is not thread-safe.
*/
grep_attr_lock();
- textconv = userdiff_get_textconv(gs->driver);
+ textconv = userdiff_get_textconv(
opt->repo,
gs->driver);
grep_attr_unlock();
}