Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5908


Ignore:
Timestamp:
Oct 8, 2009, 7:36:28 PM (15 years ago)
Author:
rgrieder
Message:

More boost < 1.36 fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core5/src/libraries/core/MemoryArchive.cc

    r5907 r5908  
    7171            if (file.empty())
    7272                continue;
    73             if (file.has_parent_path() && !bRecursive)
     73            if (file.has_branch_path() && !bRecursive)
    7474                continue;
    7575            if (simpleList)
     
    8080                fi.archive = this;
    8181                fi.filename = file.string();
    82                 fi.basename = file.filename();
     82                fi.basename = file.leaf();
    8383                fi.path = file.branch_path().string();
    8484                fi.compressedSize = it->second.second;
Note: See TracChangeset for help on using the changeset viewer.