- Timestamp:
- Oct 8, 2009, 7:36:28 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/src/libraries/core/MemoryArchive.cc
r5907 r5908 71 71 if (file.empty()) 72 72 continue; 73 if (file.has_ parent_path() && !bRecursive)73 if (file.has_branch_path() && !bRecursive) 74 74 continue; 75 75 if (simpleList) … … 80 80 fi.archive = this; 81 81 fi.filename = file.string(); 82 fi.basename = file. filename();82 fi.basename = file.leaf(); 83 83 fi.path = file.branch_path().string(); 84 84 fi.compressedSize = it->second.second;
Note: See TracChangeset
for help on using the changeset viewer.