Changeset 24425 for trunk/ippTools/src/disttool.c
- Timestamp:
- Jun 15, 2009, 4:51:28 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/disttool.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/disttool.c
r24125 r24425 598 598 PXOPT_COPY_S64(config->args, where, "-dist_id", "dist_id", "=="); 599 599 PXOPT_COPY_STR(config->args, where, "-stage", "stage", "=="); 600 PXOPT_COPY_STR(config->args, where, "-label", "label", "==");600 pxAddLabelSearchArgs (config, where, "-label", "label", "=="); 601 601 602 602 PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false); … … 719 719 psMetadata *where = psMetadataAlloc(); 720 720 PXOPT_COPY_S64(config->args, where, "-dist_id", "dist_id", "=="); 721 PXOPT_COPY_STR(config->args, where, "-label", "label", "==");721 pxAddLabelSearchArgs (config, where, "-label", "label", "=="); 722 722 723 723 PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false); … … 863 863 psMetadata *where = psMetadataAlloc(); 864 864 PXOPT_COPY_S64(config->args, where, "-dist_id", "dist_id", "=="); 865 PXOPT_COPY_STR(config->args, where, "-label", "label", "==");865 pxAddLabelSearchArgs (config, where, "-label", "label", "=="); 866 866 867 867 PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false);
Note:
See TracChangeset
for help on using the changeset viewer.
