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
97c54331
Commit
97c54331
authored
Oct 09, 2007
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Partly revert [20969]. fix #1311
parent
db1a5bd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
modules/control/http/mvar.c
modules/control/http/mvar.c
+2
-3
No files found.
modules/control/http/mvar.c
View file @
97c54331
...
...
@@ -506,7 +506,7 @@ mvar_t *E_(mvar_HttpdInfoSetNew)( char *name, httpd_t *p_httpd, int i_type )
#endif
mvar_t
*
E_
(
mvar_FileSetNew
)(
intf_thread_t
*
p_intf
,
char
*
name
,
const
char
*
value
)
const
char
*
psz_dir
)
{
mvar_t
*
s
=
E_
(
mvar_New
)(
name
,
"set"
);
#ifdef HAVE_SYS_STAT_H
...
...
@@ -514,8 +514,7 @@ mvar_t *E_(mvar_FileSetNew)( intf_thread_t *p_intf, char *name,
#endif
char
**
ppsz_dir_content
;
int
i_dir_content
,
i
;
#warning Obvious bug here:
char
*
psz_dir
=
E_
(
RealPath
)(
p_intf
,
psz_dir
);
psz_dir
=
E_
(
RealPath
)(
p_intf
,
psz_dir
);
#ifdef HAVE_SYS_STAT_H
if
(
(
utf8_stat
(
psz_dir
,
&
stat_info
)
==
-
1
)
...
...
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