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