Changeset 12766 for trunk/psModules/src/config/pmConfig.c
- Timestamp:
- Apr 5, 2007, 2:44:56 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfig.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfig.c
r12716 r12766 4 4 * @author EAM (IfA) 5 5 * 6 * @version $Revision: 1.8 4$ $Name: not supported by cvs2svn $7 * @date $Date: 2007-04-0 3 20:28:26 $6 * @version $Revision: 1.85 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-04-06 00:44:56 $ 8 8 * 9 9 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 367 367 { 368 368 psTrace("psModules.config", 7, "Initialising psTime with file %s\n", timeName); 369 // XXX: PAP had a call to psLibInit is PRODUCTION not set. Why?370 369 psTimeInitialize(timeName); 371 370 } … … 833 832 } 834 833 } // Done looking at all cameras 835 psFree(camerasIter);834 psFree(camerasIter); 836 835 837 836 if (! config->camera) { … … 842 841 // Now we have the camera, we can read the recipes 843 842 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 } 847 846 return psMemIncrRefCounter(format); 848 847 }
Note:
See TracChangeset
for help on using the changeset viewer.
