We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a67472 commit dbd9dfeCopy full SHA for dbd9dfe
1 file changed
libbz2-rs-sys/src/blocksort.rs
@@ -235,7 +235,7 @@ fn fallbackSort(
235
}
236
237
{
238
- let eclass8 = arr2.block(nblock as usize);
+ let eclass8 = arr2.block(nblock);
239
240
for e in eclass8.iter() {
241
ftab[usize::from(*e)] += 1;
@@ -255,7 +255,7 @@ fn fallbackSort(
255
256
257
258
- bhtab[0..2 + nblock as usize / 32].fill(0);
+ bhtab[0..2 + nblock / 32].fill(0);
259
260
for i in 0..256 {
261
SET_BH!(ftab[i]);
0 commit comments