From 36f78446cef8a7cbae000d5e742c9d13e1cc7f83 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 17 May 2009 05:52:32 -0400 Subject: [PATCH] [HB] Add TODO item --- src/TODO | 1 + src/harfbuzz-buffer.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/TODO b/src/TODO index e0a30e5..dccbb31 100644 --- a/src/TODO +++ b/src/TODO @@ -1,2 +1,3 @@ - Support for new, OpenType 1.6, mark filtering sets - When sanitizing, have to do a second round to make sure no toe-stepping +- Implement is_simple() diff --git a/src/harfbuzz-buffer.c b/src/harfbuzz-buffer.c index 1a39dc1..b99639c 100644 --- a/src/harfbuzz-buffer.c +++ b/src/harfbuzz-buffer.c @@ -71,7 +71,7 @@ hb_buffer_ensure( HB_Buffer buffer, while (size > new_allocated) new_allocated += (new_allocated >> 1) + 8; - + if ( buffer->positions ) { if ( REALLOC_ARRAY( buffer->positions, new_allocated, HB_PositionRec ) ) -- 2.7.4