Changeset 18717 for trunk/ippTools/src/pstamptool.c
- Timestamp:
- Jul 24, 2008, 2:40:54 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pstamptool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pstamptool.c
r18621 r18717 250 250 251 251 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", "=="); 253 253 254 254 PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false); … … 625 625 626 626 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", "=="); 629 629 PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false); 630 630 PXOPT_LOOKUP_BOOL(simple, config->args, "-simple", false);
Note:
See TracChangeset
for help on using the changeset viewer.
