diff options
author | Carlos Martín Nieto <cmn@dwim.me> | 2015-06-10 10:30:08 +0200 |
---|---|---|
committer | Carlos Martín Nieto <cmn@dwim.me> | 2015-06-10 10:30:08 +0200 |
commit | ca2857d81b5783b03d32ddc9d6f338bfec8d93dd (patch) | |
tree | c96c2b2fcd2fb5b31be71510fe4e7bbbc9d771b2 /tests/diff/blob.c | |
parent | 2d73075a41628634fa0c5572d760ad3aafffcf82 (diff) | |
download | libgit2-ca2857d81b5783b03d32ddc9d6f338bfec8d93dd.tar.gz |
merge: actually increment the counts, not the pointers
`merge_diff_list_count_candidates()` takes pointers to the source and
target counts, but when it comes time to increase them, we're increasing
the pointer, rather than the value it's pointing to.
Dereference the value to increase.
Diffstat (limited to 'tests/diff/blob.c')
0 files changed, 0 insertions, 0 deletions