Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
df3b866e
Commit
df3b866e
authored
Jan 28, 2009
by
hartman
Browse files
quartztext: Fix trailing ;
parent
27214bea
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/misc/quartztext.c
View file @
df3b866e
...
...
@@ -560,7 +560,7 @@ static int RenderHtml( filter_t *p_filter, subpicture_region_t *p_region_out,
p_sub
=
stream_MemoryNew
(
VLC_OBJECT
(
p_filter
),
(
uint8_t
*
)
p_region_in
->
psz_html
,
strlen
(
p_region_in
->
psz_html
),
true
)
true
)
;
if
(
p_sub
)
{
p_xml
=
xml_Create
(
p_filter
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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