Fixed clang warning.

This commit is contained in:
Branimir Karadžić 2014-10-17 21:02:33 -07:00
parent a0068524a9
commit 11c61d8c3d

View File

@ -95352,7 +95352,7 @@ FT_END_HEADER
if ( face->type1.private_dict.lenIV >= 0 && if ( face->type1.private_dict.lenIV >= 0 &&
n < num_glyphs + TABLE_EXTEND ) n < num_glyphs + TABLE_EXTEND )
{ {
FT_Byte* temp; FT_Byte* temp = NULL;
if ( size <= face->type1.private_dict.lenIV ) if ( size <= face->type1.private_dict.lenIV )
{ {
error = T1_Err_Invalid_File_Format; error = T1_Err_Invalid_File_Format;