Changeset 20541
- Timestamp:
- Nov 4, 2008, 4:51:01 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/camtool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/camtool.c
r20276 r20541 222 222 pxcamGetSearchArgs (config, where); 223 223 PXOPT_COPY_STR(config->args, where, "-label", "camRun.label", "=="); 224 PXOPT_COPY_STR(config->args, where, "-state", "camRun.state", "=="); 224 225 225 226 if (!psListLength(where->list) … … 713 714 714 715 psMetadata *where = psMetadataAlloc(); 715 PXOPT_COPY_S64(config->args, where, "-cam_id", "cam _id", "==");716 PXOPT_COPY_S64(config->args, where, "-cam_id", "camRun.cam_id", "=="); 716 717 pxcamGetSearchArgs (config, where); 717 718 PXOPT_COPY_STR(config->args, where, "-label", "camRun.label", "==");
Note:
See TracChangeset
for help on using the changeset viewer.
