mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 17:36:29 +00:00
coverity/74718: invalid FUNC_ATTR_NONNULL_ARG
- avoid null passed to ELOG format string - receive (char *) internally - modify identifier names for consistency - edit comments for concision and consistency
This commit is contained in:
@@ -285,9 +285,7 @@ int default_fileformat(void)
|
||||
return EOL_UNIX;
|
||||
}
|
||||
|
||||
/*
|
||||
* Call shell. Calls mch_call_shell, with 'shellxquote' added.
|
||||
*/
|
||||
// Call shell. Calls os_call_shell, with 'shellxquote' added.
|
||||
int call_shell(char_u *cmd, ShellOpts opts, char_u *extra_shell_arg)
|
||||
{
|
||||
char_u *ncmd;
|
||||
|
Reference in New Issue
Block a user