Oops. This should have gone into the previous commit

This commit is contained in:
Behdad Esfahbod 2011-07-28 17:03:43 -04:00
parent b65c06025d
commit be09bf6b79
1 changed files with 1 additions and 1 deletions

View File

@ -893,7 +893,7 @@ GSUB::substitute_start (hb_buffer_t *buffer)
unsigned int count = buffer->len; unsigned int count = buffer->len;
for (unsigned int i = 0; i < count; i++) 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 void