summaryrefslogtreecommitdiff
path: root/pango/opentype/harfbuzz-dump-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/opentype/harfbuzz-dump-main.c')
-rw-r--r--pango/opentype/harfbuzz-dump-main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/opentype/harfbuzz-dump-main.c b/pango/opentype/harfbuzz-dump-main.c
index 7f2ab5bb..1e8c5e5f 100644
--- a/pango/opentype/harfbuzz-dump-main.c
+++ b/pango/opentype/harfbuzz-dump-main.c
@@ -200,7 +200,7 @@ main (int argc, char **argv)
if ((error = HB_Done_GSUB_Table (gsub)))
croak ("HB_Done_GSUB_Table", error);
}
- else if (error != HB_Err_Table_Missing)
+ else if (error != HB_Err_Not_Covered)
fprintf (stderr, "HB_Load_GSUB_Table %x\n", error);
if (!(error = HB_Load_GPOS_Table (face, &gpos, NULL)))
@@ -210,7 +210,7 @@ main (int argc, char **argv)
if ((error = HB_Done_GPOS_Table (gpos)))
croak ("HB_Done_GPOS_Table", error);
}
- else if (error != HB_Err_Table_Missing)
+ else if (error != HB_Err_Not_Covered)
fprintf (stderr, "HB_Load_GPOS_Table %x\n", error);
printf ("</OpenType>\n");