[HarfBuzz] harfbuzz-ng: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Thu Jul 28 14:04:03 PDT 2011
src/hb-ot-layout-gsub-private.hh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit be09bf6b799cafc2ff54a28915b307ffe99661b6
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Thu Jul 28 17:03:43 2011 -0400
Oops. This should have gone into the previous commit
diff --git a/src/hb-ot-layout-gsub-private.hh b/src/hb-ot-layout-gsub-private.hh
index 88351f7..aca45ff 100644
--- a/src/hb-ot-layout-gsub-private.hh
+++ b/src/hb-ot-layout-gsub-private.hh
@@ -893,7 +893,7 @@ GSUB::substitute_start (hb_buffer_t *buffer)
unsigned int count = buffer->len;
for (unsigned int i = 0; i < count; i++)
- buffer->info[i].var1.u32 = buffer->info[i].var2.u32 = 0;
+ buffer->info[i].props_cache() = buffer->info[i].lig_id() = buffer->info[i].lig_comp() = 0;
}
void
More information about the HarfBuzz
mailing list