IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17510


Ignore:
Timestamp:
May 4, 2008, 1:57:53 PM (18 years ago)
Author:
eugene
Message:

typo : file rules to fits types

File:
1 edited

Legend:

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

    r17489 r17510  
    6262    psFree(config->formatName);
    6363    psFree(config->recipes);
     64    psFree(config->recipesCamera);
    6465    psFree(config->recipeSymbols);
    6566    psFree(config->arguments);
     
    9394    config->recipes = psMetadataAlloc();
    9495    config->recipesRead = PM_RECIPE_SOURCE_NONE;
     96    config->recipesCamera = psMetadataAlloc();
    9597    config->recipeSymbols = psMetadataAlloc();
    9698    config->arguments = psMetadataAlloc();
     
    15281530
    15291531    if (!metadataItemReadFile(item, "FITS Types")) {
    1530         psError(PM_ERR_CONFIG, false, "Unable to read file rules for camera.");
     1532        psError(PM_ERR_CONFIG, false, "Unable to read fits types for camera.");
    15311533        return NULL;
    15321534    }
Note: See TracChangeset for help on using the changeset viewer.