RE: svn: /php/php-src/ branches/PHP_5_3/ext/standard/link_win32.c trunk/ext/standard/link_win32.c
[email protected] ("Christian Wenz")
| Newsgroups | php.internals.win |
|---|---|
| Message-ID | <[email protected]> |
Hi Pierre,
> /* Skip first 4 characters if they are "\??\" */
> - if(Path[0] == '\\' && Path[0] == '\\' && Path[1] == '?' && Path[2] ==
'?' && Path[3] == '\\') {
> + if(Path[0] == '\\' && Path[1] == '\\' && Path[2] == '?' && Path[3] ==
'\\') {
I read it three times before I finally got it. That´s most certainly my
fault, but maybe change the four characters mentioned in the comment to
\\?\, too, to make it easier for me ;-)
Best regards
Christian