diff options
author | Pierre Joye <pajoye@php.net> | 2010-08-26 14:23:48 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2010-08-26 14:23:48 +0000 |
commit | 0f3468330445904566c508916f25d8275c8cafd5 (patch) | |
tree | 706635333e076d37ab82b16d1b86cd4a8d22446e /TSRM | |
parent | b7772809336c7af9acb4ca90fb34805dbecf7aa7 (diff) | |
download | php-git-0f3468330445904566c508916f25d8275c8cafd5.tar.gz |
- WS
Diffstat (limited to 'TSRM')
-rw-r--r-- | TSRM/tsrm_virtual_cwd.c | 2 |
1 files changed, 1 insertions, 1 deletions
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*/ |