This commit is contained in:
Pierre Joye 2010-08-26 14:23:48 +00:00
parent b777280933
commit 0f34683304

View File

@ -814,7 +814,7 @@ static int tsrm_realpath_r(char *path, int start, int len, int *ll, time_t *t, i
|| strncmp(substitutename, "\\\\?\\Volume{",11) == 0
|| strncmp(substitutename, "\\??\\UNC\\", 8) == 0
) {
isVolume = TRUE;
isVolume = TRUE;
substitutename_off = 0;
} else
/* do not use the \??\ and \\?\ prefix*/