[Indic] Minor
This commit is contained in:
parent
69f26bf39c
commit
e8cd81f76d
|
@ -473,7 +473,7 @@ initial_reordering_consonant_syllable (const hb_ot_map_t *map, hb_buffer_t *buff
|
||||||
/* Reorder characters */
|
/* Reorder characters */
|
||||||
|
|
||||||
for (unsigned int i = start; i < base; i++)
|
for (unsigned int i = start; i < base; i++)
|
||||||
info[i].indic_position() = MIN (POS_PRE_C, info[i].indic_position());
|
info[i].indic_position() = MIN ((unsigned int) POS_PRE_C, info[i].indic_position());
|
||||||
|
|
||||||
if (base < end)
|
if (base < end)
|
||||||
info[base].indic_position() = POS_BASE_C;
|
info[base].indic_position() = POS_BASE_C;
|
||||||
|
|
Loading…
Reference in New Issue