mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
fix level count init
This commit is contained in:
@@ -143,6 +143,7 @@ public class BSkipList extends SkipList {
|
||||
bf.file.writeInt(firstLevel);
|
||||
bf.file.writeInt(0);
|
||||
bf.file.writeInt(1);
|
||||
bf.file.writeInt(1);
|
||||
BSkipSpan.init(bf, firstSpan, spanSize);
|
||||
BSkipLevels.init(bf, firstLevel, firstSpan, 4);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user