IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28041


Ignore:
Timestamp:
May 19, 2010, 4:21:25 PM (16 years ago)
Author:
Paul Price
Message:

Fix type.

File:
1 edited

Legend:

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

    r28040 r28041  
    132132    psMetadata *queryWhere = psMetadataAlloc(); // WHERE conditions for everything else
    133133    PXOPT_COPY_S64(config->args, queryWhere, "-exp_id", "exp_id", "==");
    134     PXOPT_COPY_S64(config->args, queryWhere, "-select_filter", "rawExp.filter", "==");
     134    PXOPT_COPY_STR(config->args, queryWhere, "-select_filter", "rawExp.filter", "==");
    135135
    136136    // Get list of exposures ready to magic
Note: See TracChangeset for help on using the changeset viewer.