Changeset 9591 for trunk/psModules/src/config/pmConfig.c
- Timestamp:
- Oct 16, 2006, 3:25:22 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfig.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfig.c
r9579 r9591 4 4 * @author EAM (IfA) 5 5 * 6 * @version $Revision: 1.4 8$ $Name: not supported by cvs2svn $7 * @date $Date: 2006-10-1 4 03:54:51$6 * @version $Revision: 1.49 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2006-10-17 01:25:22 $ 8 8 * 9 9 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 82 82 bool pmConfigFileRead(psMetadata **config, const char *name, const char *description) 83 83 { 84 PS_ASSERT_ METADATA_NON_NULL(*config, false);84 PS_ASSERT_PTR_NON_NULL(config, false); 85 85 PS_ASSERT_STRING_NON_EMPTY(name, false); 86 86 PS_ASSERT_STRING_NON_EMPTY(description, false);
Note:
See TracChangeset
for help on using the changeset viewer.
