Unverified 提交 94a9fa88 authored 作者: Andrei Tokar's avatar Andrei Tokar 提交者: GitHub

Update MVMap.java

上级 6ce01b9a
...@@ -1201,7 +1201,7 @@ public class MVMap<K, V> extends AbstractMap<K, V> ...@@ -1201,7 +1201,7 @@ public class MVMap<K, V> extends AbstractMap<K, V>
Page p = pos.page; Page p = pos.page;
pos = pos.parent; pos = pos.parent;
CursorPos tip = pos; CursorPos tip = pos;
int unsavedMemory = 0; int unsavedMemory = page.getMemory();
while (true) { while (true) {
if (pos == null) { if (pos == null) {
if (p.getKeyCount() == 0) { if (p.getKeyCount() == 0) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论