Oops. This should have gone into the previous commit
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 28 Jul 2011 21:03:43 +0000 (17:03 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 28 Jul 2011 21:03:43 +0000 (17:03 -0400)
src/hb-ot-layout-gsub-private.hh

index 88351f7..aca45ff 100644 (file)
@@ -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