提交 a11249ee 编写于 作者: B Behdad Esfahbod

[set] Fix merge logic

上级 ab8f327e
......@@ -326,7 +326,7 @@ struct hb_set_t
a--;
b--;
}
else if (page_map[a].major < other->page_map[b].major)
else if (page_map[a].major > other->page_map[b].major)
{
if (Op::passthru_left)
page_at (--count).v = page_at (a).v;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册