Commit 0b63dc64 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Freetype: fix small error in previous commit

parent e1b3e5a9
...@@ -2380,7 +2380,7 @@ static int Create( vlc_object_t *p_this ) ...@@ -2380,7 +2380,7 @@ static int Create( vlc_object_t *p_this )
#endif #endif
p_sys->style.psz_monofontname = psz_monofontfamily; p_sys->style.psz_monofontname = psz_monofontfamily;
if( Init_FT( p_this, psz_fontname, fontindex, f_outline_thickness ) != VLC_SUCCESS ) if( Init_FT( p_this, psz_fontfile, fontindex, f_outline_thickness ) != VLC_SUCCESS )
goto error; goto error;
p_sys->pp_font_attachments = NULL; p_sys->pp_font_attachments = NULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment