Revert ebbd9d49a9741639f255e885bf56f637c28eeda7.
authorW. Trevor King <wking@drexel.edu>
Fri, 29 Oct 2010 15:38:09 +0000 (11:38 -0400)
committerW. Trevor King <wking@drexel.edu>
Fri, 29 Oct 2010 15:38:09 +0000 (11:38 -0400)
commit02d88b2822552e8899918a008e90de97895c52ec
treedb5e7d3506b2ec7bcb6385429db6432f450963cb
parent77df5b4e77934773a2873f2aad6df7159922106c
Revert ebbd9d49a9741639f255e885bf56f637c28eeda7.

commit ebbd9d49a9741639f255e885bf56f637c28eeda7
Author: W. Trevor King <wking@drexel.edu>
Date:   Mon Oct 25 12:54:21 2010 -0400

    quicksort.c: Don't sort the portion of the list that matches the pivot.

This left unsorted entries lying around, but I'm not quite sure why.
src/sorting/quicksort.c