IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 22, 2009, 8:05:54 PM (17 years ago)
Author:
bills
Message:

make "re_place" the default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/magicdstool.c

    r25465 r25492  
    106106    PXOPT_LOOKUP_STR(workdir, config->args, "-workdir", false, false);
    107107    PXOPT_LOOKUP_STR(recoveryroot, config->args, "-recoveryroot", false, false);
    108     PXOPT_LOOKUP_BOOL(re_place, config->args, "-replace", false);
     108    PXOPT_LOOKUP_BOOL(noreplace, config->args, "-noreplace", false);
    109109    PXOPT_LOOKUP_STR(set_label, config->args, "-set_label", false, false);
    110110    PXOPT_LOOKUP_BOOL(rerun, config->args, "-rerun", false);
     
    269269                outroot,
    270270                recoveryroot,
    271                 re_place,
     271                noreplace ? 0 :1,
    272272                0); // remove
    273273
Note: See TracChangeset for help on using the changeset viewer.