From d680908af27961603baa68a436b6aef215141ff3 Mon Sep 17 00:00:00 2001 From: Ben Wagner Date: Tue, 17 Jan 2023 16:18:28 -0500 Subject: [PATCH] [base] Fix typo. * src/base/ftobjs.c (open_face_PS_from_sfnt_stream): Request module 't1cid', not 'cid'. --- src/base/ftobjs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/ftobjs.c b/src/base/ftobjs.c index aecbcf965..46d0c4e50 100644 --- a/src/base/ftobjs.c +++ b/src/base/ftobjs.c @@ -1915,7 +1915,7 @@ sfnt_ps, length, FT_MIN( face_index, 0 ), - is_sfnt_cid ? "cid" : "type1", + is_sfnt_cid ? "t1cid" : "type1", aface ); Exit: {