Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
e74dad9a
Commit
e74dad9a
authored
Jul 07, 2008
by
Rémi Denis-Courmont
Browse files
HTTP: fix browsing on Win32 - closes #1656
parent
71202fda
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/control/http/mvar.c
View file @
e74dad9a
...
...
@@ -509,14 +509,6 @@ mvar_t *mvar_FileSetNew( intf_thread_t *p_intf, char *name,
int
i_dir_content
,
i
;
psz_dir
=
RealPath
(
psz_dir
);
#if defined( WIN32 )
if
(
psz_dir
[
0
]
!=
'\0'
&&
(
psz_dir
[
0
]
!=
'\\'
||
psz_dir
[
1
]
!=
'\0'
)
)
{
free
(
psz_dir
);
return
s
;
}
#endif
/* parse psz_src dir */
if
(
(
i_dir_content
=
utf8_scandir
(
psz_dir
,
&
ppsz_dir_content
,
Filter
,
InsensitiveAlphasort
)
)
==
-
1
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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