mirror of
https://github.com/neovim/neovim.git
synced 2025-10-13 13:26:06 +00:00
refactor/rename: path_is_absolute()
This commit is contained in:
@@ -886,7 +886,7 @@ bool os_setenv_append_path(const char *fname)
|
||||
// No prescribed maximum on unix.
|
||||
# define MAX_ENVPATHLEN INT_MAX
|
||||
#endif
|
||||
if (!path_is_absolute_path((char_u *)fname)) {
|
||||
if (!path_is_absolute((char_u *)fname)) {
|
||||
internal_error("os_setenv_append_path()");
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user