Changeset 12237 for trunk/ippTools/src/camtool.c
- Timestamp:
- Mar 5, 2007, 12:37:24 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/camtool.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/camtool.c
r12229 r12237 171 171 172 172 bool status = false; 173 psString workdir = psMetadataLookupStr(&status, config->args, "-set_workdir"); 174 if (!status) { 175 psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -set_workdir"); 176 return false; 177 } 178 173 179 psString label = psMetadataLookupStr(&status, config->args, "-set_label"); 174 180 if (!status) { … … 248 254 if (!camQueueChipID(config, 249 255 row->chip_id, 256 workdir ? workdir : row->workdir, 250 257 label ? label : row->label, 251 258 recipe ? recipe : row->recipe, … … 557 564 pendingRow->cam_id, 558 565 pendingRow->chip_id, 566 pendingRow->workdir, 559 567 pendingRow->label, 560 568 pendingRow->recipe,
Note:
See TracChangeset
for help on using the changeset viewer.
