- Timestamp:
- Aug 31, 2021, 1:49:09 AM (3 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/parseconfig.cfa
rc2016b6 r3c124da 47 47 in | value; 48 48 if ( value < 0 ) { 49 close( in ); 49 50 exit | "Error: file \"" | configFile | "\" parameter " | name 50 51 | " value " | value | " must be non-negative."; // *** DOES THIS PRINT TO STDERR??? IT MUST!!! *** //
Note: See TracChangeset
for help on using the changeset viewer.