We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be1ad64 commit d1b3f62Copy full SHA for d1b3f62
longpath.inc
@@ -81,7 +81,7 @@ LONGPATH(CHAR_T *path)
81
*start = sep;
82
if (fhand != INVALID_HANDLE_VALUE) {
83
STRLEN len = FN_STRLEN(fdata.cFileName);
84
- if ((STRLEN)(len < tmpbuf - tmpstart + sizeof(tmpbuf))) {
+ if (len < (STRLEN)(tmpbuf - tmpstart + sizeof(tmpbuf))) {
85
FN_STRCPY(tmpstart, fdata.cFileName);
86
tmpstart += len;
87
FindClose(fhand);
0 commit comments