Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5907


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

Fixed boost < 1.36 build.

File:
1 edited

Legend:

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

    r5819 r5907  
    6868                continue;
    6969            if (bDirs)
    70                 file = file.parent_path();
     70                file = file.branch_path();
    7171            if (file.empty())
    7272                continue;
     
    8181                fi.filename = file.string();
    8282                fi.basename = file.filename();
    83                 fi.path = file.parent_path().string();
     83                fi.path = file.branch_path().string();
    8484                fi.compressedSize = it->second.second;
    8585                fi.uncompressedSize = it->second.second;
Note: See TracChangeset for help on using the changeset viewer.