IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 1, 2010, 2:24:39 PM (16 years ago)
Author:
heather
Message:

changed -all to -all-run

File:
1 edited

Legend:

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

    r28558 r28578  
    203203    PXOPT_COPY_S16(config->args, where, "-fault",      "fault", "==");
    204204   
    205     if (!psListLength(where->list) && !psMetadataLookupBool(NULL, config->args, "-all")) {
     205    if (!psListLength(where->list) && !psMetadataLookupBool(NULL, config->args, "-all-run")) {
    206206        psFree(where);
    207207        psError(PXTOOLS_ERR_CONFIG, false, "search parameters are required");
Note: See TracChangeset for help on using the changeset viewer.