IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 11, 2009, 10:53:41 AM (16 years ago)
Author:
watersc1
Message:

fixed bug where -diff_id was being transformed into stack_id in the sql where query.

File:
1 edited

Legend:

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

    r26181 r26381  
    186186    psMetadata *where = psMetadataAlloc();
    187187
    188     PXOPT_COPY_S64(config->args, where, "-diff_id",  "stack_id",   "==");
     188    PXOPT_COPY_S64(config->args, where, "-diff_id",  "diff_id",   "==");
    189189    PXOPT_COPY_STR(config->args, where, "-label",     "label",     "==");
    190190    PXOPT_COPY_STR(config->args, where, "-state",     "state",     "==");
Note: See TracChangeset for help on using the changeset viewer.