Changeset 508 for trunk/src/io


Ignore:
Timestamp:
07/19/16 13:43:10 (9 years ago)
Author:
epyon
Message:
  • nv::engine upgrades
  • default_resource_manager implementation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/io/c_stream.cc

    r487 r508  
    7575        {
    7676                struct stat fstat;
    77                 int result = stat(m_file_name, &fstat );
     77                int result = stat(m_file_name.data(), &fstat );
    7878                if ( result != 0 )
    7979                {
Note: See TracChangeset for help on using the changeset viewer.