Changeset 10440 for trunk/ippTools/src/regtoolConfig.c
- Timestamp:
- Dec 4, 2006, 11:51:46 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/regtoolConfig.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/regtoolConfig.c
r10131 r10440 22 22 #endif 23 23 24 #include <p mConfig.h>24 #include <psmodules.h> 25 25 #include <math.h> 26 26 … … 35 35 36 36 // setup site config 37 config->modules = pmConfigRead(&argc, argv );37 config->modules = pmConfigRead(&argc, argv, NULL); 38 38 if (!config->modules) { 39 39 psError(PS_ERR_UNKNOWN, false, "Can't find site configuration");
Note:
See TracChangeset
for help on using the changeset viewer.
