[set] Fix merge logic

This commit is contained in:
Behdad Esfahbod 2017-10-16 01:33:32 -04:00
parent ab8f327eb4
commit a11249ee93
1 changed files with 1 additions and 1 deletions

View File

@ -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;