Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211160
b: refs/heads/master
c: f015ac3
h: refs/heads/master
v: v3
  • Loading branch information
Don Mullis authored and Linus Torvalds committed Oct 1, 2010
1 parent 13db3fd commit e0ec051
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 982f7c2b2e6a28f8f266e075d92e19c0dd4c6e56
refs/heads/master: f015ac3edd84ad72f88e08a4d83c56c360aae404
2 changes: 1 addition & 1 deletion trunk/lib/list_sort.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ static void merge_and_restore_back_links(void *priv,
* element comparison is needed, so the client's cmp()
* routine can invoke cond_resched() periodically.
*/
(*cmp)(priv, tail, tail);
(*cmp)(priv, tail->next, tail->next);

tail->next->prev = tail;
tail = tail->next;
Expand Down

0 comments on commit e0ec051

Please sign in to comment.