[subset/cff1] Minor use vector length instead of map population

This commit is contained in:
Behdad Esfahbod 2023-06-25 18:24:42 -06:00
parent 23109dde5e
commit 1e09ebebc1

View file

@ -40,7 +40,7 @@ using namespace CFF;
struct remap_sid_t
{
unsigned get_population () const { return map.get_population (); }
unsigned get_population () const { return vector.length; }
void alloc (unsigned size)
{