IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 5, 2007, 2:44:56 PM (19 years ago)
Author:
Paul Price
Message:

Removing old question.

File:
1 edited

Legend:

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

    r12716 r12766  
    44 *  @author EAM (IfA)
    55 *
    6  *  @version $Revision: 1.84 $ $Name: not supported by cvs2svn $
    7  *  @date $Date: 2007-04-03 20:28:26 $
     6 *  @version $Revision: 1.85 $ $Name: not supported by cvs2svn $
     7 *  @date $Date: 2007-04-06 00:44:56 $
    88 *
    99 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    367367        {
    368368            psTrace("psModules.config", 7, "Initialising psTime with file %s\n", timeName);
    369             // XXX: PAP had a call to psLibInit is PRODUCTION not set.  Why?
    370369            psTimeInitialize(timeName);
    371370        }
     
    833832            }
    834833        } // Done looking at all cameras
    835         psFree(camerasIter);
     834        psFree(camerasIter);
    836835
    837836        if (! config->camera) {
     
    842841        // Now we have the camera, we can read the recipes
    843842        if (readRecipes && !pmConfigReadRecipes(config, PM_RECIPE_SOURCE_CAMERA | PM_RECIPE_SOURCE_CL)) {
    844             psError(PS_ERR_IO, false, "Error reading recipes from camera config for %s", config->cameraName);
    845             return NULL;
    846         }
     843            psError(PS_ERR_IO, false, "Error reading recipes from camera config for %s", config->cameraName);
     844            return NULL;
     845        }
    847846        return psMemIncrRefCounter(format);
    848847    }
Note: See TracChangeset for help on using the changeset viewer.