Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 3503

Show
Ignore:
Timestamp:
05/13/08 07:59:49 (7 months ago)
Author:
h3r3tic
Message:

fix for #1098

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tango/io/vfs/ZipFolder.d

    r3474 r3503  
    658658        auto name = fp.file; 
    659659 
     660        if (dir.length > 0 && '/' == dir[$-1]) { 
     661            dir = dir[0..$-1]; 
     662        } 
     663         
    660664        // If the file is in another directory, then we need to look up that 
    661665        // up first.