summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2003-07-27 02:13:12 +0000
committerOwen Taylor <otaylor@src.gnome.org>2003-07-27 02:13:12 +0000
commite4b67a36d29385c621f0d12ec1bd94221e96b0e5 (patch)
tree5ce7fd5c5552afc412146efa1d8800a55df07cd9
parent0b7f83e7fd993c3ba8ce7603603f1e5f88104e88 (diff)
downloadpango-e4b67a36d29385c621f0d12ec1bd94221e96b0e5.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.
-rw-r--r--ChangeLog6
-rw-r--r--ChangeLog.pre-1-106
-rw-r--r--ChangeLog.pre-1-46
-rw-r--r--ChangeLog.pre-1-66
-rw-r--r--ChangeLog.pre-1-86
-rw-r--r--modules/indic/indic-ot.c2
6 files changed, 31 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e3799e38..45e5a278 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
+
Sat Jul 26 21:06:26 2003 Owen Taylor <otaylor@redhat.com>
* pango/opentype/ftxgsub.c (Load_EmptyOrClassDefinition):
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index e3799e38..45e5a278 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,9 @@
+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.
+
Sat Jul 26 21:06:26 2003 Owen Taylor <otaylor@redhat.com>
* pango/opentype/ftxgsub.c (Load_EmptyOrClassDefinition):
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index e3799e38..45e5a278 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,3 +1,9 @@
+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.
+
Sat Jul 26 21:06:26 2003 Owen Taylor <otaylor@redhat.com>
* pango/opentype/ftxgsub.c (Load_EmptyOrClassDefinition):
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index e3799e38..45e5a278 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,9 @@
+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.
+
Sat Jul 26 21:06:26 2003 Owen Taylor <otaylor@redhat.com>
* pango/opentype/ftxgsub.c (Load_EmptyOrClassDefinition):
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index e3799e38..45e5a278 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,9 @@
+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.
+
Sat Jul 26 21:06:26 2003 Owen Taylor <otaylor@redhat.com>
* pango/opentype/ftxgsub.c (Load_EmptyOrClassDefinition):
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;
}