Changeset 486 for trunk/src/io


Ignore:
Timestamp:
02/24/16 18:47:54 (9 years ago)
Author:
epyon
Message:
  • mass update once again...
File:
1 edited

Legend:

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

    r484 r486  
    9898        if ( m_file != nullptr )
    9999        {
    100                 return ::feof( reinterpret_cast<FILE*>( m_file ) );
     100                return ::feof( reinterpret_cast<FILE*>( m_file ) ) != 0;
    101101        }
     102        return true;
    102103}
Note: See TracChangeset for help on using the changeset viewer.