X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=userdiff.c;h=bf553ad91b55de8a762d56a6ffc6c86e959e878c;hb=804e97fc77b3398db5461fdd79f2f96f6acf467d;hp=01d3a8b81e628b0a088e3e9fc0ca59acf7d9c58d;hpb=7baf32a829e6e253f8b3b683da470be36b54c377;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))