Submitter | phabricator |
---|---|
Date | Oct. 17, 2017, 11:47 a.m. |
Message ID | <8c429c05c555822b3bb6091951f00a90@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/25083/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/mpatch.c b/mercurial/mpatch.c --- a/mercurial/mpatch.c +++ b/mercurial/mpatch.c @@ -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)); }