summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2003-04-15 23:00:55 +0000
committerOwen Taylor <otaylor@src.gnome.org>2003-04-15 23:00:55 +0000
commit875ee948b7d6dbb4f2cea9eb61c193685f34d0d7 (patch)
tree54a812065f85a3ffb1cd36f87b3a8cfc57453345
parentbc44612a5acdd63ed6d6ae45b3ab65e39ab32343 (diff)
downloadpango-875ee948b7d6dbb4f2cea9eb61c193685f34d0d7.tar.gz
Fix mispelled constant from last commit.
Tue Apr 15 06:57:02 2003 Owen Taylor <otaylor@redhat.com> * pango/opentype/ftxgpos.c: Fix mispelled constant from last commit.
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-1-105
-rw-r--r--ChangeLog.pre-1-45
-rw-r--r--ChangeLog.pre-1-65
-rw-r--r--ChangeLog.pre-1-85
-rw-r--r--pango/opentype/ftxgpos.c2
6 files changed, 26 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ede69396..809b0c99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Apr 15 06:57:02 2003 Owen Taylor <otaylor@redhat.com>
+
+ * pango/opentype/ftxgpos.c: Fix mispelled constant
+ from last commit.
+
Tue Apr 15 06:03:39 2003 Owen Taylor <otaylor@redhat.com>
* pango/opentype/ftxgpos.c: Fix confusion between
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index ede69396..809b0c99 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,8 @@
+Tue Apr 15 06:57:02 2003 Owen Taylor <otaylor@redhat.com>
+
+ * pango/opentype/ftxgpos.c: Fix mispelled constant
+ from last commit.
+
Tue Apr 15 06:03:39 2003 Owen Taylor <otaylor@redhat.com>
* pango/opentype/ftxgpos.c: Fix confusion between
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index ede69396..809b0c99 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,3 +1,8 @@
+Tue Apr 15 06:57:02 2003 Owen Taylor <otaylor@redhat.com>
+
+ * pango/opentype/ftxgpos.c: Fix mispelled constant
+ from last commit.
+
Tue Apr 15 06:03:39 2003 Owen Taylor <otaylor@redhat.com>
* pango/opentype/ftxgpos.c: Fix confusion between
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index ede69396..809b0c99 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,8 @@
+Tue Apr 15 06:57:02 2003 Owen Taylor <otaylor@redhat.com>
+
+ * pango/opentype/ftxgpos.c: Fix mispelled constant
+ from last commit.
+
Tue Apr 15 06:03:39 2003 Owen Taylor <otaylor@redhat.com>
* pango/opentype/ftxgpos.c: Fix confusion between
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index ede69396..809b0c99 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,8 @@
+Tue Apr 15 06:57:02 2003 Owen Taylor <otaylor@redhat.com>
+
+ * pango/opentype/ftxgpos.c: Fix mispelled constant
+ from last commit.
+
Tue Apr 15 06:03:39 2003 Owen Taylor <otaylor@redhat.com>
* pango/opentype/ftxgpos.c: Fix confusion between
diff --git a/pango/opentype/ftxgpos.c b/pango/opentype/ftxgpos.c
index 8f872f02..55832872 100644
--- a/pango/opentype/ftxgpos.c
+++ b/pango/opentype/ftxgpos.c
@@ -4788,7 +4788,7 @@
else
error = Load_EmptyClassDefinition ( cd, stream );
- if (error == TT_ERR_OK)
+ if (error == TT_Err_Ok)
(void)FILE_Seek( cur_offset ); /* Changes error as a side-effect */
return error;