IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 5, 2008, 2:07:07 PM (18 years ago)
Author:
eugene
Message:

updates from HEAD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080719/ippTools/src/pstamptool.c

    r18622 r18923  
    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.