Skip to content

Commit

Permalink
Rewrite on lowest level
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBrady committed Nov 25, 2024
1 parent 5d69fa4 commit b9f2ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bucket/BucketListBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ template <typename BucketT>
bool
BucketListBase<BucketT>::rewriteLiveToInitEntries(uint32_t level)
{
return level < BucketListBase<BucketT>::kNumLevels - 1;
return level == BucketListBase<BucketT>::kNumLevels - 1;
}

template <typename BucketT>
Expand Down

0 comments on commit b9f2ccf

Please sign in to comment.