Changeset 12025 for trunk/ippTools/src/pxinjectConfig.c
- Timestamp:
- Feb 23, 2007, 4:26:06 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxinjectConfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxinjectConfig.c
r11854 r12025 175 175 int n = 0; 176 176 bool status = false; 177 if ((n = psMetadataLookupS32(&status, config->args, "- p1_version"))) {178 if (!psMetadataAddS32(config->where, PS_LIST_TAIL, " p1_version", 0, "==", n)) {179 psError(PS_ERR_UNKNOWN, false, "failed to add item p1_version");177 if ((n = psMetadataLookupS32(&status, config->args, "-guide_version"))) { 178 if (!psMetadataAddS32(config->where, PS_LIST_TAIL, "guide_version", 0, "==", n)) { 179 psError(PS_ERR_UNKNOWN, false, "failed to add item guide_version"); 180 180 psFree(config); 181 181 return NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
