Changeset 12024 for trunk/ippTools/src/dettoolConfig.c
- Timestamp:
- Feb 23, 2007, 3:41:56 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettoolConfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettoolConfig.c
r11855 r12024 942 942 int n = 0; 943 943 bool status = false; 944 if ((n = psMetadataLookupS32(&status, config->args, "- p1_version"))) {945 if (!psMetadataAddS32(config->where, PS_LIST_TAIL, " p1_version", 0, "==", n)) {946 psError(PS_ERR_UNKNOWN, false, "failed to add item p1_version");944 if ((n = psMetadataLookupS32(&status, config->args, "-guide_version"))) { 945 if (!psMetadataAddS32(config->where, PS_LIST_TAIL, "guide_version", 0, "==", n)) { 946 psError(PS_ERR_UNKNOWN, false, "failed to add item guide_version"); 947 947 psFree(config); 948 948 return NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
