IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 11, 2009, 4:51:19 PM (17 years ago)
Author:
Paul Price
Message:

config->recipes should hold the recipes that are in the SYSTEM definition. That way, we can write them out in the configuration dump, and load them back in.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config/pmConfig.c

    r23259 r23286  
    145145    config->format = NULL;
    146146    config->formatName = NULL;
    147     config->recipes = psMetadataAlloc();
     147    config->recipes = NULL;
    148148    config->recipesRead = PM_RECIPE_SOURCE_NONE;
    149149    config->recipesCamera = psMetadataAlloc();
Note: See TracChangeset for help on using the changeset viewer.