changeset 34801 | 1f4249c764f1 |
parent 34800 | 761355833867 |
child 38187 | 90a274965de7 |
--- a/mercurial/mpatch.c Wed Oct 04 10:56:33 2017 -0400 +++ b/mercurial/mpatch.c Wed Oct 04 11:00:04 2017 -0400 @@ -275,5 +275,5 @@ /* divide and conquer, memory management is elsewhere */ len = (end - start) / 2; return combine(mpatch_fold(bins, get_next_item, start, start + len), - mpatch_fold(bins, get_next_item, start + len, end)); + mpatch_fold(bins, get_next_item, start + len, end)); }