Ignore:
Timestamp:
Jul 14, 2024, 6:00:32 PM (5 weeks ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
d796be70, eb5dbfd
Parents:
2e6b2a0
Message:

change order of ungetc parameters to harmonize with C ungetc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/fstream.cfa

    r2e6b2a0 ra1a1f37d  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sun Feb 11 20:55:45 2024
    13 // Update Count     : 580
     12// Last Modified On : Fri Jul 12 05:45:49 2024
     13// Update Count     : 581
    1414//
    1515
     
    280280} // read
    281281
    282 ifstream &ungetc( ifstream & is, char c ) {
     282ifstream &ungetc( char c, ifstream & is ) {
    283283        if ( fail( is ) ) {
    284284                abort | IO_MSG "attempt ungetc I/O on failed stream";
Note: See TracChangeset for help on using the changeset viewer.