IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26005


Ignore:
Timestamp:
Nov 2, 2009, 3:36:24 PM (17 years ago)
Author:
bills
Message:

disambiguate dist_id in where clause of -pendingcomponent mode

File:
1 edited

Legend:

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

    r26004 r26005  
    568568
    569569    psMetadata *where = psMetadataAlloc();
    570     PXOPT_COPY_S64(config->args, where, "-dist_id", "dist_id", "==");
     570    PXOPT_COPY_S64(config->args, where, "-dist_id", "distRun.dist_id", "==");
    571571    pxAddLabelSearchArgs (config, where, "-label", "distRun.label", "==");
    572572
Note: See TracChangeset for help on using the changeset viewer.