Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/fstream.cfa

    r63e129c rdecd4a6  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sun Jan 28 09:56:08 2024
    13 // Update Count     : 554
     12// Last Modified On : Wed Nov 15 10:51:14 2023
     13// Update Count     : 552
    1414//
    1515
     
    209209void ?{}( ifstream & is, void * file ) with( is ) {
    210210        file$ = file;
    211         nlOnOff$ = false;                                                                       // => skip newlines when reading single characters
     211        nlOnOff$ = false;
    212212} // ?{}
    213213
Note: See TracChangeset for help on using the changeset viewer.