forked from I2P_Developers/i2p.i2p
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