Ignore:
Timestamp:
Oct 19, 2023, 3:26:36 PM (10 months ago)
Author:
caparsons <caparson@…>
Branches:
master
Children:
0803ead, 1b0184b
Parents:
cbbfba9 (diff), e0dc038 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/fstream.cfa

    rcbbfba9 r2d7cb19  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Fri Aug 18 10:41:17 2023
    13 // Update Count     : 541
     12// Last Modified On : Tue Oct 17 08:38:49 2023
     13// Update Count     : 544
    1414//
    1515
     
    311311        } // if
    312312        va_end( args );
     313//      if ( len == 0 ) throw ExceptionInst( missing_data );
    313314        return len;
    314315} // fmt
Note: See TracChangeset for help on using the changeset viewer.