Changeset 4409 for trunk/psLib/src/types
- Timestamp:
- Jun 28, 2005, 10:17:52 AM (21 years ago)
- Location:
- trunk/psLib/src/types
- Files:
-
- 2 edited
-
psMetadataConfig.c (modified) (2 diffs)
-
psMetadataConfig.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/types/psMetadataConfig.c
r4401 r4409 10 10 * @author Eric Van Alst, MHPCC 11 11 * 12 * @version $Revision: 1.3 2$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-06-2 7 20:38:12 $12 * @version $Revision: 1.33 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-06-28 20:17:52 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 1075 1075 } 1076 1076 1077 psMetadata* psMetadataConfigParse(psMetadata* md, int *nFail, const char *fileName, bool overwrite)1077 psMetadata* psMetadataConfigParse(psMetadata* md, unsigned int *nFail, const char *fileName, bool overwrite) 1078 1078 { 1079 1079 FILE* fp = NULL; -
trunk/psLib/src/types/psMetadataConfig.h
r4401 r4409 10 10 * @author Robert DeSonia, MHPCC 11 11 * 12 * @version $Revision: 1.1 4$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-06-2 7 20:38:12 $12 * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-06-28 20:17:52 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 81 81 psMetadata* psMetadataConfigParse( 82 82 psMetadata* md, ///< Resulting metadata from read. 83 int *nFail,///< Number of failed lines.83 unsigned int *nFail, ///< Number of failed lines. 84 84 const char *fileName, ///< Name of file to read. 85 85 bool overwrite ///< Allow overwrite of duplicate specifications.
Note:
See TracChangeset
for help on using the changeset viewer.
