summaryrefslogtreecommitdiff
path: root/pango/opentype/harfbuzz-open.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/opentype/harfbuzz-open.c')
-rw-r--r--pango/opentype/harfbuzz-open.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/pango/opentype/harfbuzz-open.c b/pango/opentype/harfbuzz-open.c
index b3c1bcb0..e836df1e 100644
--- a/pango/opentype/harfbuzz-open.c
+++ b/pango/opentype/harfbuzz-open.c
@@ -241,11 +241,16 @@ FT_Error _HB_OPEN_Load_ScriptList( HB_ScriptList* sl,
(void)FILE_Seek( cur_offset );
}
+ /* Empty tables are harmless and generated by fontforge.
+ * See http://bugzilla.gnome.org/show_bug.cgi?id=347073
+ */
+#if 0
if ( sl->ScriptCount == 0 )
{
error = HB_Err_Invalid_SubTable;
goto Fail;
}
+#endif
return FT_Err_Ok;