IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 24, 2008, 2:40:54 PM (18 years ago)
Author:
bills
Message:

repair damage to pstamptool

File:
1 edited

Legend:

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

    r18621 r18717  
    250250
    251251    psMetadata *where = psMetadataAlloc();
    252     PXOPT_COPY_STR(config->args, where, "-ds_id", "ds_id", "==");
     252    PXOPT_COPY_STR(config->args, where, "-req_id", "req_id", "==");
    253253
    254254    PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false);
     
    625625
    626626    psMetadata *where = psMetadataAlloc();
    627     PXOPT_COPY_S64(config->args, where, "-cam_id", "cam_id", "==");
    628 
     627
     628    PXOPT_COPY_S64(config->args, where, "-job_id", "job_id", "==");
    629629    PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false);
    630630    PXOPT_LOOKUP_BOOL(simple, config->args, "-simple", false);
Note: See TracChangeset for help on using the changeset viewer.