Changeset 484 for trunk/src/io
- Timestamp:
- 12/02/15 18:42:02 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/io/c_stream.cc
r442 r484 93 93 } 94 94 } 95 96 bool nv::c_stream::eof() 97 { 98 if ( m_file != nullptr ) 99 { 100 return ::feof( reinterpret_cast<FILE*>( m_file ) ); 101 } 102 }
Note: See TracChangeset
for help on using the changeset viewer.