Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
e39b4a1a
Commit
e39b4a1a
authored
Jul 01, 2008
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo, uninit (CID #127)
parent
3f56ff65
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
modules/control/http/http.c
modules/control/http/http.c
+1
-2
No files found.
modules/control/http/http.c
View file @
e39b4a1a
...
...
@@ -2,7 +2,6 @@
* http.c : HTTP/HTTPS Remote control interface
*****************************************************************************
* Copyright (C) 2001-2006 the VideoLAN team
* $Id$
*
* Authors: Gildas Bazin <gbazin@netcourrier.com>
* Laurent Aimar <fenrir@via.ecp.fr>
...
...
@@ -600,7 +599,7 @@ int HandlerCallback( httpd_handler_sys_t *p_args,
char
*
p_url
=
(
char
*
)
_p_url
;
char
*
p_request
=
(
char
*
)
_p_request
;
char
**
pp_data
=
(
char
**
)
_pp_data
;
char
*
p_in
=
(
char
*
)
p_in
;
char
*
p_in
=
(
char
*
)
_
p_in
;
int
i_request
=
p_request
!=
NULL
?
strlen
(
p_request
)
:
0
;
char
*
p
;
int
i_env
=
0
;
...
...
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