Changeset 508 for trunk/src/io/c_stream.cc
- Timestamp:
- 07/19/16 13:43:10 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/io/c_stream.cc
r487 r508 75 75 { 76 76 struct stat fstat; 77 int result = stat(m_file_name , &fstat );77 int result = stat(m_file_name.data(), &fstat ); 78 78 if ( result != 0 ) 79 79 {
Note: See TracChangeset
for help on using the changeset viewer.