IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 21, 2008, 3:17:15 PM (18 years ago)
Author:
eugene
Message:

xxUser, xxSite, xxSystem to user,site,system and complete

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080219/psModules/src/config/pmConfigRecipes.c

    r16542 r16578  
    4646
    4747// this function may be called several times.  it attempts to load the recipe data from one of
    48 // three locations: config->xxSystem, config->camera, and argv.  We cannot read the recipes
     48// three locations: config->complete, config->camera, and argv.  We cannot read the recipes
    4949// from config->camera until a camera has been read BUT, the argv recipes must override the
    5050// camera and system recipes.
     
    5959
    6060    // Read the recipe file names from the system configuration and camera configuration
    61     // It is an error for config->xxSystem:recipes not to exist.  all programs install their
     61    // It is an error for config->complete:recipes not to exist.  all programs install their
    6262    // master recipe files in the system:recipe location when they are built.
    63     if (config->xxSystem && (source & PM_RECIPE_SOURCE_SYSTEM)) {
    64         if (!loadRecipeSystem(&status, config, config->xxSystem)) {
     63    if (config->complete && (source & PM_RECIPE_SOURCE_SYSTEM)) {
     64        if (!loadRecipeSystem(&status, config, config->complete)) {
    6565            psError(PS_ERR_IO, false, "Failed to read recipes from system config");
    6666            return false;
Note: See TracChangeset for help on using the changeset viewer.