Commit 12732fe1 authored by Rémi Duraffort's avatar Rémi Duraffort

podcast: fix compilation warning.

parent 3c34f3b4
/***************************************************************************** /*****************************************************************************
* vlc_pgpkey.h: VideoLAN PGP Public Key used to sign releases * vlc_pgpkey.h: VideoLAN PGP Public Key used to sign releases
***************************************************************************** *****************************************************************************/
/* We trust this public key, and by extension, also keys signed by it. */ /* We trust this public key, and by extension, also keys signed by it. */
......
...@@ -135,7 +135,7 @@ static int Demux( demux_t *p_demux ) ...@@ -135,7 +135,7 @@ static int Demux( demux_t *p_demux )
{ {
if( !strcmp( node, "enclosure" ) ) if( !strcmp( node, "enclosure" ) )
{ {
const char **p = NULL; char **p = NULL;
if( !strcmp( attr, "url" ) ) if( !strcmp( attr, "url" ) )
p = &psz_item_mrl; p = &psz_item_mrl;
else if( !strcmp( attr, "length" ) ) else if( !strcmp( attr, "length" ) )
......
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