[set] Fix merge logic

pull/572/head
Behdad Esfahbod 7 years ago
parent ab8f327eb4
commit a11249ee93
  1. 2
      src/hb-set-private.hh

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

Loading…
Cancel
Save