Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
60eb0b52
Commit
60eb0b52
authored
Dec 11, 2006
by
hartman
Browse files
* one more closedir fix
parent
4d5ae9ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/control/http/util.c
View file @
60eb0b52
...
@@ -332,7 +332,7 @@ int E_(ParseDirectory)( intf_thread_t *p_intf, char *psz_root,
...
@@ -332,7 +332,7 @@ int E_(ParseDirectory)( intf_thread_t *p_intf, char *psz_root,
}
}
ACL_Destroy
(
p_acl
);
ACL_Destroy
(
p_acl
);
vlc_
closedir
_wrapper
(
p_dir
);
closedir
(
p_dir
);
return
VLC_SUCCESS
;
return
VLC_SUCCESS
;
}
}
...
...
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