mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Fix undeclared identifier when HAVE_READLINK is not defined
This commit is contained in:
parent
aec61074a9
commit
f348923934
@ -7044,7 +7044,7 @@ static void f_resolve(typval_T *argvars, typval_T *rettv, FunPtr fptr)
|
||||
xfree(buf);
|
||||
}
|
||||
# else
|
||||
rettv->vval.v_string = (char_u *)xstrdup(p);
|
||||
rettv->vval.v_string = (char_u *)xstrdup(fname);
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user