Changeset 125

Show
Ignore:
Timestamp:
10/05/06 19:15:28 (2 years ago)
Author:
mrook
Message:

Fix path normalization

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/classes/phing/system/io/Win32FileSystem.php

    r123 r125  
    8080     *    3  absolute local pathname (begins with "z:\\") 
    8181     */ 
    82     function normalizePrefix($strPath, $len, $sb) { 
     82    function normalizePrefix($strPath, $len, &$sb) { 
    8383        $src = 0; 
    8484        while (($src < $len) && $this->isSlash($strPath{$src})) {