Ignore:
Timestamp:
Jul 8, 2024, 11:56:24 PM (11 days ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
b9f6791
Parents:
d287f3e
Message:

set return argument for boolean read

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/iostream.cfa

    rd287f3e r2f4c910  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Mon Jul  8 16:49:05 2024
    13 // Update Count     : 2017
     12// Last Modified On : Mon Jul  8 23:45:06 2024
     13// Update Count     : 2018
    1414//
    1515
     
    784784                        fmt( is, " " TRUE "%n", &len );                         // try true
    785785                        if ( len != sizeof( TRUE ) - 1 ) throwResume ExceptionInst( missing_data );
     786                        b = true;
     787                } else {
     788                        b = false;
    786789                } // if
    787790                return is;
Note: See TracChangeset for help on using the changeset viewer.