Fix bug in map implementation

pull/1/head
Behdad Esfahbod 14 years ago
parent 1cd5969f25
commit 16123e1070
  1. 2
      src/hb-private.hh

@ -379,7 +379,7 @@ struct hb_map_t
if (!item) return;
item->finish ();
items[items.len - 1] = *item;
*item = items[items.len - 1];
items.pop ();
}

Loading…
Cancel
Save