summaryrefslogtreecommitdiff
path: root/src/mailmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailmap.c')
-rw-r--r--src/mailmap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mailmap.c b/src/mailmap.c
index 4fbb1ae77..4336fe3e5 100644
--- a/src/mailmap.c
+++ b/src/mailmap.c
@@ -16,6 +16,7 @@
#include "git2/revparse.h"
#include "blob.h"
#include "parse.h"
+#include "path.h"
#define MM_FILE ".mailmap"
#define MM_FILE_CONFIG "mailmap.file"
@@ -331,7 +332,7 @@ static int mailmap_add_file_ondisk(
if (error < 0)
goto cleanup;
- error = git_fs_path_validate_workdir_buf(repo, &fullpath);
+ error = git_path_validate_str_length(repo, &fullpath);
if (error < 0)
goto cleanup;