Changeset 7968301


Ignore:
Timestamp:
Oct 1, 2024, 9:14:45 PM (5 weeks ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
b0fcd0e
Parents:
e748094
Message:

change "exit" stream to stderr from stdout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/fstream.cfa

    re748094 r7968301  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Fri Jul 12 05:45:49 2024
    13 // Update Count     : 581
     12// Last Modified On : Tue Oct  1 20:59:45 2024
     13// Update Count     : 582
    1414//
    1515
     
    191191ofstream & lsout = lsoutFile;
    192192
    193 static ofstream exitFile = { (FILE *)stdout };
     193static ofstream exitFile = { (FILE *)stderr };
    194194ofstream & exit = exitFile;
    195195static ofstream abortFile = { (FILE *)stderr };
Note: See TracChangeset for help on using the changeset viewer.