X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=userdiff.c;h=bf553ad91b55de8a762d56a6ffc6c86e959e878c;hb=afb6b561e3dad13df5d9df9731751a3d310c0854;hp=01d3a8b81e628b0a088e3e9fc0ca59acf7d9c58d;hpb=3fc44a10f62fdca29558dc553a3e12949af30637;p=git.git diff --git a/userdiff.c b/userdiff.c index 01d3a8b81..bf553ad91 100644 --- a/userdiff.c +++ b/userdiff.c @@ -270,7 +270,7 @@ struct userdiff_driver *userdiff_find_by_path(const char *path) if (!path) return NULL; - if (git_checkattr(path, 1, &check)) + if (git_check_attr(path, 1, &check)) return NULL; if (ATTR_TRUE(check.value))