Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/iostream.cfa

    r3e4bf0d rf842032  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sat Nov 11 07:06:27 2023
    13 // Update Count     : 1803
     12// Last Modified On : Thu Oct 19 19:29:54 2023
     13// Update Count     : 1800
    1414//
    1515
     
    4747                return os;
    4848        } // ?|?
    49         OSTYPE_VOID_IMPL( bool )
     49        OSYPE_VOID_IMPL( bool )
    5050
    5151        ostype & ?|?( ostype & os, char c ) {
     
    10011001                                } // if
    10021002                        } // if
    1003                         // FIX ME: CFA strings need to be modified to NOT change the argument for this case, then this can be removed.
    1004                         if ( rwd > 0 && args == 0 ) f.s[0]= '\0';       // read failed => no pattern match => set string to null
    10051003                } else {
    10061004                        if ( f.flags.delimiter ) {                                      // getline
     
    10431041                                } // if
    10441042                        } // if
    1045                         if ( rwd > 0 && args == 0 ) f.s[0]= '\0';       // read failed => no pattern match => set string to null
    10461043                } // if
    10471044                if ( args == 1 && eof( is ) ) {                                 // data but scan ended at EOF
Note: See TracChangeset for help on using the changeset viewer.