summaryrefslogtreecommitdiff
path: root/modules/indic/mprefixups.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/indic/mprefixups.c')
-rw-r--r--modules/indic/mprefixups.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/indic/mprefixups.c b/modules/indic/mprefixups.c
index 183f29ce..85ced566 100644
--- a/modules/indic/mprefixups.c
+++ b/modules/indic/mprefixups.c
@@ -95,7 +95,7 @@ void indic_mprefixups_apply(MPreFixups *mprefixups, PangoOTBuffer *buffer)
baseIndex -= 1;
}
- while (glyphs[mpreIndex].glyph == 0xFFFF || glyphs[mpreIndex].glyph == 0xFFFE) {
+ while (glyphs[mpreLimit].glyph == 0xFFFF || glyphs[mpreLimit].glyph == 0xFFFE) {
mpreLimit += 1;
}