Commit ca2857d81b5783b03d32ddc9d6f338bfec8d93dd

Carlos Martín Nieto 2015-06-10T10:30:08

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.