This commit is contained in:
Behdad Esfahbod 2012-07-20 10:18:23 -04:00
parent 87cd63266e
commit 900cf3d449
1 changed files with 1 additions and 1 deletions

View File

@ -590,7 +590,7 @@ initial_reordering_consonant_syllable (const hb_ot_map_t *map, hb_buffer_t *buff
/* Reorder characters */
for (unsigned int i = start; i < base; i++)
info[i].indic_position() = MIN ((unsigned int) POS_PRE_C, info[i].indic_position());
info[i].indic_position() = MIN (POS_PRE_C, (indic_position_t) info[i].indic_position());
if (base < end)
info[base].indic_position() = POS_BASE_C;