mirror of
https://github.com/neovim/neovim.git
synced 2025-12-11 09:02:40 +00:00
Remove char_u: add_pathsep()
This commit is contained in:
@@ -9089,7 +9089,7 @@ static char_u *get_view_file(int c)
|
||||
++len;
|
||||
retval = xmalloc(STRLEN(sname) + len + STRLEN(p_vdir) + 9);
|
||||
STRCPY(retval, p_vdir);
|
||||
add_pathsep(retval);
|
||||
add_pathsep((char *)retval);
|
||||
s = retval + STRLEN(retval);
|
||||
for (p = sname; *p; ++p) {
|
||||
if (*p == '=') {
|
||||
|
||||
Reference in New Issue
Block a user