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:
@@ -867,7 +867,7 @@ void ex_diffpatch(exarg_T *eap)
|
||||
|
||||
#ifdef UNIX
|
||||
// Get the absolute path of the patchfile, changing directory below.
|
||||
fullname = FullName_save(eap->arg, FALSE);
|
||||
fullname = (char_u *)FullName_save((char *)eap->arg, FALSE);
|
||||
#endif // ifdef UNIX
|
||||
|
||||
#ifdef UNIX
|
||||
|
Reference in New Issue
Block a user