mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 01:08:20 +00:00
*: Fix some Windows-specific warnings
Also fixed an error in path_fnamecmp().
This commit is contained in:
@@ -5207,7 +5207,7 @@ void forward_slash(char_u *fname)
|
||||
{
|
||||
char_u *p;
|
||||
|
||||
if (path_with_url(fname)) {
|
||||
if (path_with_url((const char *)fname)) {
|
||||
return;
|
||||
}
|
||||
for (p = fname; *p != NUL; p++) {
|
||||
|
Reference in New Issue
Block a user