summaryrefslogtreecommitdiff
path: root/src/sfnt/ttcmap.c
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2019-04-06 07:07:37 +0200
committerWerner Lemberg <wl@gnu.org>2019-04-06 07:07:37 +0200
commit885b4c2475f3272afd4115c97c150266cd815406 (patch)
tree921f7e355e57ea35465b8df6a3941e31cc074dd2 /src/sfnt/ttcmap.c
parent74e9ca6d2ef5b0010d9ac8f2763dcf16163f40ce (diff)
downloadfreetype2-885b4c2475f3272afd4115c97c150266cd815406.tar.gz
* src/sfnt/ttcmap.c (tt_get_glyph_name): Pacify compiler (#56061).
This is for Visual Studio 2019 on ARM.
Diffstat (limited to 'src/sfnt/ttcmap.c')
-rw-r--r--src/sfnt/ttcmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sfnt/ttcmap.c b/src/sfnt/ttcmap.c
index 8d9737310..32ad301ff 100644
--- a/src/sfnt/ttcmap.c
+++ b/src/sfnt/ttcmap.c
@@ -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 );