Commit a27798f8 authored by Bernie Purcell's avatar Bernie Purcell

Correct a warning on OSX

parent 8f2310f8
...@@ -2617,7 +2617,7 @@ static int RenderHtml( filter_t *p_filter, subpicture_region_t *p_region_out, ...@@ -2617,7 +2617,7 @@ static int RenderHtml( filter_t *p_filter, subpicture_region_t *p_region_out,
if( p_xml_reader ) if( p_xml_reader )
{ {
uint32_t *psz_text; uint32_t *psz_text;
int i_len; int i_len = 0;
uint32_t i_runs = 0; uint32_t i_runs = 0;
uint32_t i_k_runs = 0; uint32_t i_k_runs = 0;
uint32_t *pi_run_lengths = NULL; uint32_t *pi_run_lengths = 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