diff options
Diffstat (limited to 'src/path.h')
| -rw-r--r-- | src/path.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/path.h b/src/path.h index eb397d17a..fd76805e5 100644 --- a/src/path.h +++ b/src/path.h @@ -204,8 +204,8 @@ extern int git_path_direach( * Sort function to order two paths. */ extern int git_path_cmp( - const char *name1, int len1, int isdir1, - const char *name2, int len2, int isdir2); + const char *name1, size_t len1, int isdir1, + const char *name2, size_t len2, int isdir2); /** * Invoke callback up path directory by directory until the ceiling is |
