Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/parseargs.cfa

    r772b300 r7efb322  
    105105                                        if(opt == options[i].short_name) {
    106106                                                const char * arg = optarg ? optarg : "";
    107                                                 if( arg[0] == '=' ) { arg++; }
    108107                                                bool success = options[i].parse( arg, options[i].variable );
    109108                                                if(success) continue NEXT_ARG;
Note: See TracChangeset for help on using the changeset viewer.