Skip to content

Commit 1399626

Browse files
committed
Last fix
1 parent 82463a5 commit 1399626

File tree

1 file changed

+1
-1
lines changed
  • src/libuv-1.38.1/src/win

1 file changed

+1
-1
lines changed

src/libuv-1.38.1/src/win/fs.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ INLINE static int fs__readlink_handle(HANDLE handle, char** target_ptr,
410410

411411
} else if (reparse_data->ReparseTag == IO_REPARSE_TAG_APPEXECLINK) {
412412
/* String #3 in the list has the target filename. */
413-
if (reparse_data->AppExecLinkReparseBuffer.StringCount < 3) {
413+
if (reparse_data->u.AppExecLinkReparseBuffer.StringCount < 3) {
414414
SetLastError(ERROR_SYMLINK_NOT_SUPPORTED);
415415
return -1;
416416
}

0 commit comments

Comments
 (0)