Changeset 7968301 for libcfa/src
- Timestamp:
 - Oct 1, 2024, 9:14:45 PM (13 months ago)
 - Branches:
 - master
 - Children:
 - b0fcd0e
 - Parents:
 - e748094
 - File:
 - 
      
- 1 edited
 
- 
          
  libcfa/src/fstream.cfa (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
libcfa/src/fstream.cfa
re748094 r7968301 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Jul 12 05:45:49202413 // Update Count : 58 112 // Last Modified On : Tue Oct 1 20:59:45 2024 13 // Update Count : 582 14 14 // 15 15 … … 191 191 ofstream & lsout = lsoutFile; 192 192 193 static ofstream exitFile = { (FILE *)std out};193 static ofstream exitFile = { (FILE *)stderr }; 194 194 ofstream & exit = exitFile; 195 195 static ofstream abortFile = { (FILE *)stderr };  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.