Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
12732fe1
Commit
12732fe1
authored
Feb 14, 2011
by
Rémi Duraffort
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
podcast: fix compilation warning.
parent
3c34f3b4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
include/vlc_pgpkey.h
include/vlc_pgpkey.h
+1
-1
modules/demux/playlist/podcast.c
modules/demux/playlist/podcast.c
+1
-1
No files found.
include/vlc_pgpkey.h
View file @
12732fe1
/*****************************************************************************
/*****************************************************************************
* 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. */
...
...
modules/demux/playlist/podcast.c
View file @
12732fe1
...
@@ -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"
)
)
{
{
c
onst
c
har
**
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"
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment