[base] Fix typo.

* src/base/ftobjs.c (open_face_PS_from_sfnt_stream): Request module 't1cid',
not 'cid'.
apodtele-master-patch-38950
Ben Wagner 2 years ago committed by Werner Lemberg
parent 188019eb70
commit d680908af2
  1. 2
      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:
{

Loading…
Cancel
Save