* src/sfnt/ttcmap.c (tt_get_glyph_name): Pacify compiler (#56061).

This is for Visual Studio 2019 on ARM.
This commit is contained in:
Werner Lemberg 2019-04-06 07:07:37 +02:00
parent 74e9ca6d2e
commit 885b4c2475
2 changed files with 7 additions and 1 deletions

View File

@ -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.

View File

@ -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 );