Changeset 13633 for trunk/ippTools/src/camtool.c
- Timestamp:
- Jun 4, 2007, 5:33:33 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/camtool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/camtool.c
r13580 r13633 432 432 if (!cam_id) { 433 433 psError(PS_ERR_UNKNOWN, true, "-cam_id is required"); 434 return false;435 }436 437 psString chip_id = psMetadataLookupStr(&status, config->args, "-chip_id");438 if (!status) {439 psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -chip_id");440 return false;441 }442 if (!chip_id) {443 psError(PS_ERR_UNKNOWN, true, "-chip_id is required");444 434 return false; 445 435 }
Note:
See TracChangeset
for help on using the changeset viewer.
