mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.0112
This commit is contained in:
@@ -2251,7 +2251,7 @@ fname_case(
|
||||
HANDLE hFind;
|
||||
int c;
|
||||
|
||||
flen = (name != NULL) ? (int)STRLEN(name) : 0;
|
||||
flen = (int)STRLEN(name);
|
||||
if (flen == 0 || flen > _MAX_PATH)
|
||||
return;
|
||||
|
||||
|
Reference in New Issue
Block a user