diff options
Diffstat (limited to 'src/sysdir.c')
| -rw-r--r-- | src/sysdir.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sysdir.c b/src/sysdir.c index 457d7f8a8..84d212e01 100644 --- a/src/sysdir.c +++ b/src/sysdir.c @@ -9,7 +9,7 @@ #include "runtime.h" #include "str.h" -#include "path.h" +#include "fs_path.h" #include <ctype.h> #if GIT_WIN32 #include "win32/findfile.h" @@ -291,7 +291,7 @@ static int git_sysdir_find_in_dirlist( if (name) GIT_ERROR_CHECK_ERROR(git_str_joinpath(path, path->ptr, name)); - if (git_path_exists(path->ptr)) + if (git_fs_path_exists(path->ptr)) return 0; } |
