- Timestamp:
- 02/09/06 08:38:20 (3 years ago)
- Files:
-
- trunk/classes/phing/system/io/Win32FileSystem.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/classes/phing/system/io/Win32FileSystem.php
r1 r5 300 300 $pl = (int) $f->getPrefixLength(); 301 301 $p = (string) $f->getPath(); 302 return ((($pl === 2) && ($p{0} === $this->slash)) || ($pl === 3) );302 return ((($pl === 2) && ($p{0} === $this->slash)) || ($pl === 3) || ($pl === 1 && $p{0} === $this->slash)); 303 303 } 304 304
