commit | cf5585cfa6cac6fdf627a99941299e76af5ae0f7 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Wed May 19 12:03:35 2010 -0400 |
committer | Behdad Esfahbod <behdad@behdad.org> | Wed May 19 12:03:35 2010 -0400 |
tree | c5b1900688403e213f35d7b5eef196919aab34ea | |
parent | e29caf3f943b2b6f4997f469f7274252c82f465e [diff] [blame] |
Add 'head' table
diff --git a/src/hb-open-type-private.hh b/src/hb-open-type-private.hh index 4fc82dd..2ab639c 100644 --- a/src/hb-open-type-private.hh +++ b/src/hb-open-type-private.hh
@@ -120,7 +120,7 @@ */ /* Global nul-content Null pool. Enlarge as necessary. */ -static const void *_NullPool[16 / sizeof (void *)]; +static const void *_NullPool[64 / sizeof (void *)]; /* Generic nul-content Null objects. */ template <typename Type>