Changeset 8041 for trunk/ippTools/src/dettool.c
- Timestamp:
- Aug 1, 2006, 3:23:59 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettool.c (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettool.c
r7845 r8041 613 613 return false; 614 614 } 615 psString recipe = psMetadataLookupStr(&status, config->args, "-recip e");616 if (!status) { 617 psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -recip e");615 psString recipe = psMetadataLookupStr(&status, config->args, "-recip"); 616 if (!status) { 617 psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -recip"); 618 618 return false; 619 619 } 620 620 if (!recipe) { 621 psError(PS_ERR_UNKNOWN, true, "-recip eis required");621 psError(PS_ERR_UNKNOWN, true, "-recip is required"); 622 622 return false; 623 623 } … … 959 959 return false; 960 960 } 961 psString recipe = psMetadataLookupStr(&status, config->args, "-recip e");962 if (!status) { 963 psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -recip e");961 psString recipe = psMetadataLookupStr(&status, config->args, "-recip"); 962 if (!status) { 963 psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -recip"); 964 964 return false; 965 965 } 966 966 if (!recipe) { 967 psError(PS_ERR_UNKNOWN, true, "-recip eis required");967 psError(PS_ERR_UNKNOWN, true, "-recip is required"); 968 968 return false; 969 969 } … … 1308 1308 return false; 1309 1309 } 1310 psString recipe = psMetadataLookupStr(&status, config->args, "-recip e");1311 if (!status) { 1312 psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -recip e");1310 psString recipe = psMetadataLookupStr(&status, config->args, "-recip"); 1311 if (!status) { 1312 psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -recip"); 1313 1313 return false; 1314 1314 } 1315 1315 if (!recipe) { 1316 psError(PS_ERR_UNKNOWN, true, "-recip eis required");1316 psError(PS_ERR_UNKNOWN, true, "-recip is required"); 1317 1317 return false; 1318 1318 } … … 1579 1579 return false; 1580 1580 } 1581 psString recipe = psMetadataLookupStr(&status, config->args, "-recip e");1582 if (!status) { 1583 psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -recip e");1581 psString recipe = psMetadataLookupStr(&status, config->args, "-recip"); 1582 if (!status) { 1583 psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -recip"); 1584 1584 return false; 1585 1585 } 1586 1586 if (!recipe) { 1587 psError(PS_ERR_UNKNOWN, true, "-recip eis required");1587 psError(PS_ERR_UNKNOWN, true, "-recip is required"); 1588 1588 return false; 1589 1589 } … … 1733 1733 return false; 1734 1734 } 1735 psString recipe = psMetadataLookupStr(&status, config->args, "-recip e");1736 if (!status) { 1737 psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -recip e");1735 psString recipe = psMetadataLookupStr(&status, config->args, "-recip"); 1736 if (!status) { 1737 psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -recip"); 1738 1738 return false; 1739 1739 } 1740 1740 if (!recipe) { 1741 psError(PS_ERR_UNKNOWN, true, "-recip eis required");1741 psError(PS_ERR_UNKNOWN, true, "-recip is required"); 1742 1742 return false; 1743 1743 } … … 1752 1752 bool accept = psMetadataLookupBool(&status, config->args, "-accept"); 1753 1753 if (!status) { 1754 psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -recip e");1754 psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -recip"); 1755 1755 return false; 1756 1756 }
Note:
See TracChangeset
for help on using the changeset viewer.
