Changeset 5907
- Timestamp:
- Oct 8, 2009, 7:26:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/src/libraries/core/MemoryArchive.cc
r5819 r5907 68 68 continue; 69 69 if (bDirs) 70 file = file. parent_path();70 file = file.branch_path(); 71 71 if (file.empty()) 72 72 continue; … … 81 81 fi.filename = file.string(); 82 82 fi.basename = file.filename(); 83 fi.path = file. parent_path().string();83 fi.path = file.branch_path().string(); 84 84 fi.compressedSize = it->second.second; 85 85 fi.uncompressedSize = it->second.second;
Note: See TracChangeset
for help on using the changeset viewer.