| Index: core/src/fxge/fx_freetype/fxft2.5.01/src/type1/t1gload.c
|
| diff --git a/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/t1gload.c b/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/t1gload.c
|
| index d06e161db96726c447ab9e6a20ff2cbb02e438a8..1f006735daccea2853a42a02f7dd5aa6c99517b1 100644
|
| --- a/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/t1gload.c
|
| +++ b/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/t1gload.c
|
| @@ -281,9 +281,7 @@
|
| const T1_Decoder_Funcs decoder_funcs = psaux->t1_decoder_funcs;
|
|
|
| FT_Matrix font_matrix;
|
| - FT_Vector font_offset;
|
| - font_offset.x = 0;
|
| - font_offset.y = 0;
|
| + FT_Vector font_offset = {0, 0};
|
| FT_Data glyph_data;
|
| FT_Bool must_finish_decoder = FALSE;
|
| #ifdef FT_CONFIG_OPTION_INCREMENTAL
|
|
|