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
78be7ca2
Commit
78be7ca2
authored
Mar 11, 2010
by
Fabio Ritrovato
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typos
parent
0074c723
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
modules/demux/playlist/b4s.c
modules/demux/playlist/b4s.c
+1
-1
modules/demux/playlist/podcast.c
modules/demux/playlist/podcast.c
+2
-2
modules/demux/playlist/shoutcast.c
modules/demux/playlist/shoutcast.c
+2
-2
No files found.
modules/demux/playlist/b4s.c
View file @
78be7ca2
...
...
@@ -199,7 +199,7 @@ static int Demux( demux_t *p_demux )
}
else
{
msg_Warn
(
p_demux
,
"unexpected attribu
r
e %s in element %s"
,
msg_Warn
(
p_demux
,
"unexpected attribu
t
e %s in element %s"
,
psz_name
,
psz_elname
);
free
(
psz_value
);
}
...
...
modules/demux/playlist/podcast.c
View file @
78be7ca2
...
...
@@ -189,14 +189,14 @@ static int Demux( demux_t *p_demux )
}
else
{
msg_Dbg
(
p_demux
,
"unhandled attribu
r
e %s in element %s"
,
msg_Dbg
(
p_demux
,
"unhandled attribu
t
e %s in element %s"
,
psz_name
,
psz_elname
);
free
(
psz_value
);
}
}
else
{
msg_Dbg
(
p_demux
,
"unhandled attribu
r
e %s in element %s"
,
msg_Dbg
(
p_demux
,
"unhandled attribu
t
e %s in element %s"
,
psz_name
,
psz_elname
);
free
(
psz_value
);
}
...
...
modules/demux/playlist/shoutcast.c
View file @
78be7ca2
...
...
@@ -196,7 +196,7 @@ static int DemuxGenre( demux_t *p_demux, xml_reader_t *p_xml_reader,
else
{
msg_Warn
(
p_demux
,
"unexpected attribu
r
e %s in element %s"
,
"unexpected attribu
t
e %s in element %s"
,
psz_attrname
,
psz_eltname
);
free
(
psz_attrvalue
);
}
...
...
@@ -327,7 +327,7 @@ static int DemuxStation( demux_t *p_demux, xml_reader_t *p_xml_reader,
else
{
msg_Warn
(
p_demux
,
"unexpected attribu
r
e %s in element %s"
,
"unexpected attribu
t
e %s in element %s"
,
psz_attrname
,
psz_eltname
);
free
(
psz_attrvalue
);
}
...
...
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