Skip to content

Commit 366e717

Browse files
committed
- WS
1 parent 9a0771d commit 366e717

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TSRM/tsrm_virtual_cwd.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -840,8 +840,8 @@ static int tsrm_realpath_r(char *path, int start, int len, int *ll, time_t *t, i
840840
memcpy(tmp, path, len+1);
841841

842842
if(save &&
843-
!(IS_UNC_PATH(path, len) && len >= 3 && path[2] != '?') &&
844-
(data.dwFileAttributes & FILE_ATTRIBUTE_REPARSE_POINT)) {
843+
!(IS_UNC_PATH(path, len) && len >= 3 && path[2] != '?') &&
844+
(data.dwFileAttributes & FILE_ATTRIBUTE_REPARSE_POINT)) {
845845
/* File is a reparse point. Get the target */
846846
HANDLE hLink = NULL;
847847
REPARSE_DATA_BUFFER * pbuffer;

0 commit comments

Comments
 (0)