Commit Graph

6 Commits

Author SHA1 Message Date
Sam Fuller b44a2f9cd3
Fix missing enumerate() in btree.py 2021-04-12 07:59:38 +08:00
Elliot Nunn 67edf73321 Fix bug in B*-tree size calculation 2018-10-14 16:30:32 +08:00
Elliot Nunn 829d3a5189 Pad B*-tree files to the alloc block size
This bug was corrupting all volumes over 32 MB (i.e. with a block size
exceeding 512 bytes). Oops!
2018-10-14 10:09:01 +08:00
Elliot Nunn 73f01d3e81 neaten up newlines 2018-10-08 08:20:03 +08:00
Elliot Nunn 6831bd52bb fix up imports etc 2018-10-08 08:18:30 +08:00
Elliot Nunn 4b336343d8 Prepare to package 2018-10-08 07:38:58 +08:00