1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00

podcast: fix compilation warning.

This commit is contained in:
Rémi Duraffort 2011-02-14 23:54:58 +01:00
parent 3c34f3b4eb
commit 12732fe18a
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
/*****************************************************************************
* vlc_pgpkey.h: VideoLAN PGP Public Key used to sign releases
*****************************************************************************
*****************************************************************************/
/* We trust this public key, and by extension, also keys signed by it. */

View File

@ -135,7 +135,7 @@ static int Demux( demux_t *p_demux )
{
if( !strcmp( node, "enclosure" ) )
{
const char **p = NULL;
char **p = NULL;
if( !strcmp( attr, "url" ) )
p = &psz_item_mrl;
else if( !strcmp( attr, "length" ) )