interestingly the code I marked "rotten" might actually work lol
This commit is contained in:
parent
4ad1c8b820
commit
c05e484ea0
@ -630,7 +630,7 @@ static inline void ts_quicksort_fromto(
|
|||||||
const TSU32 bi,
|
const TSU32 bi,
|
||||||
void *reent_data),
|
void *reent_data),
|
||||||
void *reent_data) {
|
void *reent_data) {
|
||||||
// FIXME: Code is rotten here - see above variant pls!
|
// TODO: Check if code around here is good - tests look like OK, but I thought its buggy!?
|
||||||
if(from >= to) return;
|
if(from >= to) return;
|
||||||
|
|
||||||
TSU32 len = (to - from);
|
TSU32 len = (to - from);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user