Skip to content

Commit

Permalink
fix bitfield page fill typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chm-diederichs committed Nov 15, 2024
1 parent c0737d0 commit 912bc03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -1517,7 +1517,7 @@ function fillBitfieldPage (page, start, end, pageIndex, value) {
const index = last < end ? last : end
const to = getBitfieldOffset(index)

quickbit.fill(page, from, to, false)
quickbit.fill(page, value, from, to)

return index
}

0 comments on commit 912bc03

Please sign in to comment.