Fix off by one error

quickdudley
Jan 22, 2022, 9:54 AM
5PUWL3CLRP3ZKXFDXGMNXNX32DGGGTNV2X265I7XUWDY2IZWQTIQC

Dependencies

  • [2] UICD2BGD Possibly use a better pivot in the sponge loop
  • [3] CYDK6S5L Fix bugs
  • [4] 5OUVESUQ Attempt to reduce additional manual comparison upon resume
  • [5] QEKHTVB7 Get most things semi-working except the final sort
  • [6] AOO3FCSG Cargo clippy, tweaks, etc
  • [*] 5Y7ZXB53 Start picker UI

Change contents

  • replacement in src/pick.rs at line 116
    [3.2451][2.0:76]()
    let threshold: *mut IDedName = unsafe { i.offset(count as isize) };
    [3.2451]
    [2.76]
    let threshold: *mut IDedName = unsafe { i.offset(count as isize - 1) };