this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix leaf iterator starting on the second pair (fuzzer W)

garrison 35a0d747 e814181e

+1 -1
+1 -1
lib/btree/writer.ex
··· 535 535 end 536 536 537 537 defp new_leaf_iterator(page_data, pair_count) do 538 - i = 0 538 + i = -1 539 539 leaf_next({page_data, pair_count, i, :empty, :empty}) 540 540 end 541 541