• Show log

    Commit

  • Hash : ca2857d8
    Author : Carlos Martín Nieto
    Date : 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.