Changeset 6093 for trunk/ippTools/src/chiptoolConfig.c
- Timestamp:
- Jan 20, 2006, 4:07:03 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/chiptoolConfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/chiptoolConfig.c
r6071 r6093 13 13 exit(EXIT_FAILURE); 14 14 } 15 16 bool status; 17 config->camera_name = psMetadataLookupStr(&status, config->camera, "name"); 18 if (!config->camera_name) { 19 // die 20 } 21 22 // filter setting - disable for now 23 config->filter = NULL; 15 24 16 25 // Parse other command-line arguments
Note:
See TracChangeset
for help on using the changeset viewer.
