Commit df3b866e authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

quartztext: Fix trailing ;

parent 27214bea
......@@ -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 );
......
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