Skip to content

Commit 0f34683

Browse files
committed
- WS
1 parent b777280 commit 0f34683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TSRM/tsrm_virtual_cwd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ static int tsrm_realpath_r(char *path, int start, int len, int *ll, time_t *t, i
814814
|| strncmp(substitutename, "\\\\?\\Volume{",11) == 0
815815
|| strncmp(substitutename, "\\??\\UNC\\", 8) == 0
816816
) {
817-
isVolume = TRUE;
817+
isVolume = TRUE;
818818
substitutename_off = 0;
819819
} else
820820
/* do not use the \??\ and \\?\ prefix*/

0 commit comments

Comments
 (0)