]> granicus.if.org Git - php/commitdiff
- WS
authorPierre Joye <pajoye@php.net>
Mon, 10 Jan 2011 00:59:19 +0000 (00:59 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 10 Jan 2011 00:59:19 +0000 (00:59 +0000)
TSRM/tsrm_virtual_cwd.c

index d2d10af2fa620390a7599a63802f9815e08d750e..d533245c612d266bc3b6924d975c1eb171e76cbc 100644 (file)
@@ -840,8 +840,8 @@ static int tsrm_realpath_r(char *path, int start, int len, int *ll, time_t *t, i
                memcpy(tmp, path, len+1);
 
                if(save &&
-               !(IS_UNC_PATH(path, len) && len >= 3 && path[2] != '?') &&
-               (data.dwFileAttributes & FILE_ATTRIBUTE_REPARSE_POINT)) {
+                               !(IS_UNC_PATH(path, len) && len >= 3 && path[2] != '?') &&
+                               (data.dwFileAttributes & FILE_ATTRIBUTE_REPARSE_POINT)) {
                        /* File is a reparse point. Get the target */
                        HANDLE hLink = NULL;
                        REPARSE_DATA_BUFFER * pbuffer;