[vlc-commits] podcast: fix compilation warning.

Rémi Duraffort git at videolan.org
Tue Feb 15 00:13:05 CET 2011


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Mon Feb 14 23:54:58 2011 +0100| [12732fe18a342867a76700bb6552199abcb005ba] | committer: Rémi Duraffort

podcast: fix compilation warning.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=12732fe18a342867a76700bb6552199abcb005ba
---

 include/vlc_pgpkey.h             |    2 +-
 modules/demux/playlist/podcast.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/vlc_pgpkey.h b/include/vlc_pgpkey.h
index 21970aa..74a1f47 100644
--- a/include/vlc_pgpkey.h
+++ b/include/vlc_pgpkey.h
@@ -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. */
 
diff --git a/modules/demux/playlist/podcast.c b/modules/demux/playlist/podcast.c
index 68bb37d..5f6f01a 100644
--- a/modules/demux/playlist/podcast.c
+++ b/modules/demux/playlist/podcast.c
@@ -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" ) )



More information about the vlc-commits mailing list