* src/cff/cffload.c (cff_subfont_load): Initialize `dict'.

This commit is contained in:
Werner Lemberg 2004-01-24 15:06:57 +00:00
parent f4c46c688e
commit a078e836ca
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-01-22 Garrick Meeker <garrick@digitalanarchy.com>
* src/cff/cffload.c (cff_subfont_load): Initialize `dict'.
2004-01-22 Werner Lemberg <wl@gnu.org>
Add support for the hexadicimal representation of binary data

View File

@ -1972,7 +1972,7 @@
{
FT_Error error;
CFF_ParserRec parser;
FT_Byte* dict;
FT_Byte* dict = NULL;
FT_ULong dict_len;
CFF_FontRecDict top = &font->font_dict;
CFF_Private priv = &font->private_dict;