Changeset 3c124da for libcfa/src


Ignore:
Timestamp:
Aug 31, 2021, 1:49:09 AM (3 years ago)
Author:
Jacob Prud'homme <jafprudhomme@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, pthread-emulation, qualifiedEnum
Children:
26b9e71
Parents:
c2016b6
git-author:
Jacob Prud'homme <jafprudhomme@…> (06/22/21 12:15:48)
git-committer:
Jacob Prud'homme <jafprudhomme@…> (08/31/21 01:49:09)
Message:

Closed ifstream before exiting prematurely

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/parseconfig.cfa

    rc2016b6 r3c124da  
    4747                        in | value;
    4848                        if ( value < 0 ) {
     49                                close( in );
    4950                                exit | "Error: file \"" | configFile | "\" parameter " | name
    5051                                         | " value " | value | " must be non-negative."; // *** DOES THIS PRINT TO STDERR??? IT MUST!!! *** //
Note: See TracChangeset for help on using the changeset viewer.