Fix off by one error
Dependencies
- [2]
UICD2BGDPossibly use a better pivot in the sponge loop - [3]
CYDK6S5LFix bugs - [4]
5OUVESUQAttempt to reduce additional manual comparison upon resume - [5]
QEKHTVB7Get most things semi-working except the final sort - [6]
AOO3FCSGCargo clippy, tweaks, etc - [*]
5Y7ZXB53Start picker UI
Change contents
- replacement in src/pick.rs at line 116
let threshold: *mut IDedName = unsafe { i.offset(count as isize) };let threshold: *mut IDedName = unsafe { i.offset(count as isize - 1) };