Changeset 125
- Timestamp:
- 10/05/06 19:15:28 (2 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
r123 r125 80 80 * 3 absolute local pathname (begins with "z:\\") 81 81 */ 82 function normalizePrefix($strPath, $len, $sb) {82 function normalizePrefix($strPath, $len, &$sb) { 83 83 $src = 0; 84 84 while (($src < $len) && $this->isSlash($strPath{$src})) {
