summaryrefslogtreecommitdiff
path: root/modules/indic
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2003-07-27 02:13:22 +0000
committerOwen Taylor <otaylor@src.gnome.org>2003-07-27 02:13:22 +0000
commit4b2c09e1f4af3d8c3aa2bab87b6c06d04ce66833 (patch)
treea62632d8e58d14e62eac366a1b9a84a10c47aae1 /modules/indic
parentc40435ea4976a2d0b2a097e2982a0742bc0e996c (diff)
downloadpango-4b2c09e1f4af3d8c3aa2bab87b6c06d04ce66833.tar.gz
Fix problem where NULL mpreFixups wasn't getting returned properly.
Sat Jul 26 22:09:44 2003 Owen Taylor <otaylor@redhat.com> * modules/indic/indic-ot.c (indic_ot_reorder): Fix problem where NULL mpreFixups wasn't getting returned properly.
Diffstat (limited to 'modules/indic')
-rw-r--r--modules/indic/indic-ot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/indic/indic-ot.c b/modules/indic/indic-ot.c
index ca05ae30..94a689de 100644
--- a/modules/indic/indic-ot.c
+++ b/modules/indic/indic-ot.c
@@ -423,7 +423,7 @@ glong indic_ot_reorder(const gunichar *chars, const glong *utf8_offsets, glong c
prev = syllable;
}
- if (mpreFixups) {
+ if (outMPreFixups) {
*outMPreFixups = mpreFixups;
}