Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
bbd5ed62
Commit
bbd5ed62
authored
Feb 01, 2009
by
Rémi Duraffort
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vlc_url.h: warning about overriden variable.
parent
b10e0509
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
include/vlc_url.h
include/vlc_url.h
+0
-3
No files found.
include/vlc_url.h
View file @
bbd5ed62
...
@@ -85,7 +85,6 @@ static inline void vlc_UrlParse( vlc_url_t *url, const char *psz_url,
...
@@ -85,7 +85,6 @@ static inline void vlc_UrlParse( vlc_url_t *url, const char *psz_url,
p
=
strstr
(
psz_parse
,
":/"
);
p
=
strstr
(
psz_parse
,
":/"
);
if
(
p
!=
NULL
)
if
(
p
!=
NULL
)
{
{
char
*
p2
;
for
(
p2
=
psz_parse
;
p2
<
p
;
p2
++
)
for
(
p2
=
psz_parse
;
p2
<
p
;
p2
++
)
{
{
#define I(i,a,b) ( (a) <= (i) && (i) <= (b) )
#define I(i,a,b) ( (a) <= (i) && (i) <= (b) )
...
@@ -132,8 +131,6 @@ static inline void vlc_UrlParse( vlc_url_t *url, const char *psz_url,
...
@@ -132,8 +131,6 @@ static inline void vlc_UrlParse( vlc_url_t *url, const char *psz_url,
p
=
strchr
(
psz_parse
,
'/'
);
p
=
strchr
(
psz_parse
,
'/'
);
if
(
!
p
||
psz_parse
<
p
)
if
(
!
p
||
psz_parse
<
p
)
{
{
char
*
p2
;
/* We have a host[:port] */
/* We have a host[:port] */
url
->
psz_host
=
strdup
(
psz_parse
);
url
->
psz_host
=
strdup
(
psz_parse
);
if
(
p
)
if
(
p
)
...
...
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