]> git.sesse.net Git - vlc/commitdiff
podcast: fix compilation warning.
authorRémi Duraffort <ivoire@videolan.org>
Mon, 14 Feb 2011 22:54:58 +0000 (23:54 +0100)
committerRémi Duraffort <ivoire@videolan.org>
Mon, 14 Feb 2011 22:56:53 +0000 (23:56 +0100)
include/vlc_pgpkey.h
modules/demux/playlist/podcast.c

index 21970aa9f59c45b8cc6aebe0e9d57f7686c85d52..74a1f471b013b99b7acc6877cddf7f0a2fa3f3f1 100644 (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. */
 
index 68bb37d7d633e3eb49ad394914468b73406b6a21..5f6f01aadb4837d874df32dcd31f403465948b97 100644 (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" ) )