mirror of
https://git.proxmox.com/git/libgit2
synced 2026-08-26 18:40:39 +00:00
git_path_dirload: use git_path_diriter
This commit is contained in:
@@ -186,7 +186,7 @@ void test_diff_drivers__builtins(void)
|
||||
|
||||
g_repo = cl_git_sandbox_init("userdiff");
|
||||
|
||||
cl_git_pass(git_path_dirload("userdiff/files", 9, 0, 0, &files));
|
||||
cl_git_pass(git_path_dirload(&files, "userdiff/files", 9, 0));
|
||||
|
||||
opts.interhunk_lines = 1;
|
||||
opts.context_lines = 1;
|
||||
|
||||
Reference in New Issue
Block a user