Changeset a434e92


Ignore:
Timestamp:
Aug 31, 2021, 1:49:10 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:
d120290
Parents:
d8db0af
git-author:
Jacob Prud'homme <jafprudhomme@…> (08/05/21 23:38:27)
git-committer:
Jacob Prud'homme <jafprudhomme@…> (08/31/21 01:49:10)
Message:

Changed quotes used for clarity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/parseconfig.cfa

    rd8db0af ra434e92  
    8989        } catch( Open_Failure * ex; ex->istream == &in ) {
    9090                ^(*kv_pairs){};
    91                 exit | "Error: could not open input file \"" | config_file | "\"";
     91                exit | "Error: could not open input file '" | config_file | "'";
    9292        } // try
    9393        close( in );
Note: See TracChangeset for help on using the changeset viewer.