Fixed clang warning.
This commit is contained in:
parent
a0068524a9
commit
11c61d8c3d
2
3rdparty/freetype/freetype.h
vendored
2
3rdparty/freetype/freetype.h
vendored
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user