mirror of
https://github.com/neovim/neovim.git
synced 2025-09-08 12:28:18 +00:00
Remove char_u: FullName_save()
This commit is contained in:
@@ -1661,7 +1661,7 @@ buf_T *buflist_findname_exp(char_u *fname)
|
||||
buf_T *buf = NULL;
|
||||
|
||||
/* First make the name into a full path name */
|
||||
ffname = FullName_save(fname,
|
||||
ffname = (char_u *)FullName_save((char *)fname,
|
||||
#ifdef UNIX
|
||||
TRUE /* force expansion, get rid of symbolic links */
|
||||
#else
|
||||
|
Reference in New Issue
Block a user