Changeset 6580 for branches/rel10_ifa/psModules/src/config/pmConfig.c
- Timestamp:
- Mar 13, 2006, 6:40:37 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/config/pmConfig.c
r6569 r6580 3 3 * @author PAP, IfA 4 4 * 5 * @version $Revision: 1.7.4. 4$ $Name: not supported by cvs2svn $6 * @date $Date: 2006-03-1 0 02:05:06$5 * @version $Revision: 1.7.4.5 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-03-14 04:40:37 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 477 477 PS_ASSERT_PTR_NON_NULL(config->camera, false); 478 478 479 if (!config->recipes) { 480 config->recipes = psMetadataAlloc(); 481 } 482 479 483 bool mdok = true; // Status of MD lookup 480 484 psMetadata *recipes = psMetadataLookupMD(&mdok, config->camera, "RECIPES"); // The list of recipes
Note:
See TracChangeset
for help on using the changeset viewer.
