[HarfBuzz] harfbuzz-ng: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Mon Feb 22 23:42:13 PST 2010
src/hb-open-type-private.hh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ecd2e996d2137fef30011a41dd57ea45f9a796de
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Tue Feb 23 02:42:00 2010 -0500
Improve the alignment for NullPool
diff --git a/src/hb-open-type-private.hh b/src/hb-open-type-private.hh
index 32f6787..0511287 100644
--- a/src/hb-open-type-private.hh
+++ b/src/hb-open-type-private.hh
@@ -61,7 +61,7 @@
/* Null objects */
/* Global nul-content Null pool. Enlarge as necessary. */
-static const char NullPool[32] = "";
+static const void *NullPool[32 / sizeof (void *)];
/* Generic template for nul-content sizeof-sized Null objects. */
template <typename Type>
More information about the HarfBuzz
mailing list