From: Pierre Joye Date: Thu, 26 Aug 2010 14:23:48 +0000 (+0000) Subject: - WS X-Git-Tag: php-5.4.0alpha1~191^2~1044 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f3468330445904566c508916f25d8275c8cafd5;p=php - WS --- diff --git a/TSRM/tsrm_virtual_cwd.c b/TSRM/tsrm_virtual_cwd.c index 1b90d5a99c..947b22c8f4 100644 --- a/TSRM/tsrm_virtual_cwd.c +++ b/TSRM/tsrm_virtual_cwd.c @@ -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*/