Changeset 10439 for trunk/ppImage/src/ppTest.c
- Timestamp:
- Dec 4, 2006, 11:51:33 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppTest.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppTest.c
r9539 r10439 17 17 // ppImageConfig.c 18 18 ////////////////////////////////////////////////////////////////////////////////////////////////////////////// 19 pmConfig *config = pmConfigRead(&argc, argv );19 pmConfig *config = pmConfigRead(&argc, argv, "PPIMAGE"); 20 20 if (! config) { 21 21 psErrorStackPrint(stderr, "Can't find site configuration!\n"); … … 73 73 } 74 74 // Determine the correct recipe to use 75 if (! config->recipes && !pmConfigReadRecipes(config )) {75 if (! config->recipes && !pmConfigReadRecipes(config, PM_RECIPE_SOURCE_CAMERA | PM_RECIPE_SOURCE_CL)) { 76 76 // There's no point in continuing if we can't work out what recipes to use 77 77 psErrorStackPrint(stderr, "Can't find recipe configuration!\n");
Note:
See TracChangeset
for help on using the changeset viewer.
