Changes in libcfa/src/parseargs.cfa [772b300:7efb322]
- File:
-
- 1 edited
-
libcfa/src/parseargs.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/parseargs.cfa
r772b300 r7efb322 105 105 if(opt == options[i].short_name) { 106 106 const char * arg = optarg ? optarg : ""; 107 if( arg[0] == '=' ) { arg++; }108 107 bool success = options[i].parse( arg, options[i].variable ); 109 108 if(success) continue NEXT_ARG;
Note:
See TracChangeset
for help on using the changeset viewer.