Changeset 6978 for trunk/ippTools/src/regtoolConfig.c
- Timestamp:
- Apr 24, 2006, 5:35:03 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/regtoolConfig.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/regtoolConfig.c
r6417 r6978 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 #include <pmConfig.h> 2 6 … … 4 8 5 9 bool p0searchConfig(pxConfig *config, int argc, char **argv) { 6 PS_ASSERT_PTR_NON_NULL(config, false); 10 if (!config) { 11 config = pxConfigAlloc(); 12 } 7 13 8 14 if (! pmConfigRead(&config->site, &config->camera, &config->recipe, &argc, argv, RECIPE)) {
Note:
See TracChangeset
for help on using the changeset viewer.
