Changeset 7efb322


Ignore:
Timestamp:
Dec 21, 2020, 4:53:50 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
3f8baf4
Parents:
8339225
Message:

fixed bad copy/paste

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/parseargs.cfa

    r8339225 r7efb322  
    185185}
    186186
    187 bool parse_truefalse(const char *, bool & ) {
     187bool parse_truefalse(const char * arg, bool & value) {
    188188        if(strcmp(arg, "true") == 0) {
    189189                value = true;
Note: See TracChangeset for help on using the changeset viewer.