Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
6da5d900
Commit
6da5d900
authored
Mar 22, 2006
by
zorglub
Browse files
Compile fix
parent
d34aa78d
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/misc/freetype.c
View file @
6da5d900
...
...
@@ -888,7 +888,7 @@ static int RenderText( filter_t *p_filter, subpicture_region_t *p_region_out,
if
(
i_error
)
{
msg_Err
(
p_filter
,
"Unable to render text (FT_Get_Glyph returned "
%
d
", i_error );
"
%d"
,
i_error
);
goto
error
;
}
FT_Glyph_Get_CBox
(
tmp_glyph
,
ft_glyph_bbox_pixels
,
&
glyph_size
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment