IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 17, 2009, 4:41:36 PM (17 years ago)
Author:
eugene
Message:

convert -label options to multi where appropriate

File:
1 edited

Legend:

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

    r23904 r23921  
    412412    psMetadata *where = psMetadataAlloc();
    413413    PXOPT_COPY_S64(config->args, where,  "-diff_id", "diffRun.diff_id", "==");
    414     PXOPT_COPY_STR(config->args, where, "-label", "diffRun.label", "==");
     414    pxAddLabelSearchArgs (config, where, "-label", "diffRun.label", "==");
    415415
    416416    PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false);
     
    15051505
    15061506    psMetadata *where = psMetadataAlloc();
    1507     PXOPT_COPY_STR(config->args, where, "-label", "label", "==");
     1507    pxAddLabelSearchArgs (config, where, "-label", "label", "==");
    15081508
    15091509    psString query = pxDataGet("difftool_pendingcleanuprun.sql");
     
    15701570        PXOPT_COPY_S64(config->args, where, "-diff_id", "diff_id", "==");
    15711571    }
    1572     PXOPT_COPY_STR(config->args, where, "-label", "label", "==");
     1572    pxAddLabelSearchArgs (config, where, "-label", "label", "==");
    15731573
    15741574    psString query = pxDataGet("difftool_pendingcleanupskyfile.sql");
Note: See TracChangeset for help on using the changeset viewer.