[Indic] Make sure Reph jumps over all matras to the right

Another 12 thousand failures gone! (78 to go)
This commit is contained in:
Behdad Esfahbod 2012-05-09 15:21:13 +02:00
parent 9034641333
commit 19d984edaa
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ found_consonant_syllable (const hb_ot_map_t *map, hb_buffer_t *buffer, hb_mask_t
start + 3 <= end &&
!is_joiner (info[start + 2]))
{
info[start].indic_position() = POS_POST;
info[start].indic_position() = POS_POST + 1;
info[start].mask = mask_array[RPHF];
}