diff options
| author | Edward Thomson <ethomson@edwardthomson.com> | 2022-01-06 07:41:27 -0500 |
|---|---|---|
| committer | Edward Thomson <ethomson@edwardthomson.com> | 2022-01-06 07:41:27 -0500 |
| commit | ca9f6b987300dd4dd204ce22491ff85ab34b51a7 (patch) | |
| tree | efabba5cd9140b65db94c0fef7172ced6864fbb6 /src/diff_tform.c | |
| parent | da5385c6cfea1b43ddbd24f414745cfc44dbcb98 (diff) | |
| parent | a3436cde9fbdb0ce9eb3c3e0727e3093560e10e9 (diff) | |
| download | libgit2-ca9f6b987300dd4dd204ce22491ff85ab34b51a7.tar.gz | |
Merge remote-tracking branch 'pr/6159'
Diffstat (limited to 'src/diff_tform.c')
| -rw-r--r-- | src/diff_tform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diff_tform.c b/src/diff_tform.c index d14134071..f9836d245 100644 --- a/src/diff_tform.c +++ b/src/diff_tform.c @@ -375,7 +375,7 @@ static int apply_splits_and_deletes( size_t i; git_diff_delta *delta; - if (git_vector_init(&onto, expected_size, git_diff_delta__cmp) < 0) + if (git_vector_init(&onto, expected_size, diff->deltas._cmp) < 0) return -1; /* build new delta list without TO_DELETE and splitting TO_SPLIT */ |
