Commit 8c873b28 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

podcast: Kill a warning.

parent 3e05da4f
...@@ -74,7 +74,7 @@ static int Demux( demux_t *p_demux ) ...@@ -74,7 +74,7 @@ static int Demux( demux_t *p_demux )
int i_ret; int i_ret;
xml_t *p_xml; xml_t *p_xml;
xml_reader_t *p_xml_reader; xml_reader_t *p_xml_reader = NULL;
char *psz_elname = NULL; char *psz_elname = NULL;
char *psz_item_mrl = NULL; char *psz_item_mrl = NULL;
char *psz_item_size = NULL; char *psz_item_size = 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