* src/sfnt/ttcmap.c (tt_get_glyph_name): Pacify compiler (#56061).
This is for Visual Studio 2019 on ARM.
This commit is contained in:
parent
74e9ca6d2e
commit
885b4c2475
@ -1,3 +1,9 @@
|
||||
2019-04-06 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* src/sfnt/ttcmap.c (tt_get_glyph_name): Pacify compiler (#56061).
|
||||
|
||||
This is for Visual Studio 2019 on ARM.
|
||||
|
||||
2019-04-06 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
For distribution, replace `.tar.bz2' with `.tar.xz' bundles.
|
||||
|
@ -3661,7 +3661,7 @@
|
||||
tt_get_glyph_name( TT_Face face,
|
||||
FT_UInt idx )
|
||||
{
|
||||
FT_String* PSname;
|
||||
FT_String* PSname = NULL;
|
||||
|
||||
|
||||
tt_face_get_ps_name( face, idx, &PSname );
|
||||
|
Loading…
Reference in New Issue
Block a user