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
b2b0b663
Commit
b2b0b663
authored
Jun 06, 2015
by
Rémi Denis-Courmont
Browse files
file: stray error message
parent
85a205b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/access/file.c
View file @
b2b0b663
...
...
@@ -205,7 +205,6 @@ int FileOpen( vlc_object_t *p_this )
if
(
S_ISDIR
(
st
.
st_mode
))
{
#ifdef HAVE_FDOPENDIR
msg_Err
(
p_access
,
"DirOpen from FileOpen"
);
return
DirOpen
(
VLC_OBJECT
(
p_access
));
#else
msg_Dbg
(
p_access
,
"ignoring directory"
);
...
...
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