Changeset 7027 for trunk/ippTools/src/chiptoolConfig.c
- Timestamp:
- May 1, 2006, 3:05:04 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/chiptoolConfig.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/chiptoolConfig.c
r6978 r7027 12 12 } 13 13 14 if (! pmConfigRead(&config->site, &config->camera, &config->recipe, &argc, argv, RECIPE)) { 14 config->modules = pmConfigRead(&argc, argv); 15 if (! config->modules) { 15 16 psErrorStackPrint(stderr, "Can't find site configuration!\n"); 16 17 exit(EXIT_FAILURE); … … 59 60 config->mode = PX_MODE_DONE; 60 61 } 61 62 // paul's argument parsing convention requires: -key value 62 63 // paul's argument parsing convention requires: -key value 63 64 psMetadataAddBool(arguments, PS_LIST_TAIL, "-quick", 0, "examine raw image table, write ppImage output", false); 64 65 psMetadataAddStr(arguments, PS_LIST_TAIL, "-define", 0, "examine raw image table, add to pending image table", ""); … … 158 159 159 160 // define Database handle, if used 160 config->dbh = pmConfigDB(config-> site);161 config->dbh = pmConfigDB(config->modules); 161 162 162 163 return true; 163 } 164 }
Note:
See TracChangeset
for help on using the changeset viewer.
