mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 01:46:29 +00:00
os_can_exe: remove char_u
This commit is contained in:
@@ -535,7 +535,7 @@ int mch_expand_wildcards(int num_pat, char_u **pat, int *num_file,
|
||||
|
||||
// Skip files that are not executable if we check for that.
|
||||
if (!dir && (flags & EW_EXEC)
|
||||
&& !os_can_exe((*file)[i], NULL, !(flags & EW_SHELLCMD))) {
|
||||
&& !os_can_exe((char *)(*file)[i], NULL, !(flags & EW_SHELLCMD))) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user