Changeset 2204 for trunk/psLib/test/collections/tst_psMetadata_04.c
- Timestamp:
- Oct 26, 2004, 2:57:34 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/collections/tst_psMetadata_04.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/tst_psMetadata_04.c
r2023 r2204 18 18 * @author Ross Harman, MHPCC 19 19 * 20 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $21 * @date $Date: 2004-10- 08 20:53:21$20 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 21 * @date $Date: 2004-10-27 00:57:33 $ 22 22 * 23 23 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 64 64 65 65 66 int main( intargc, char* argv[] )66 psS32 main( psS32 argc, char* argv[] ) 67 67 { 68 68 psMetadataItem *item1 = NULL; … … 201 201 } 202 202 psMemCheckCorruption(0); 203 intnBad = psMemCheckCorruption(0);203 psS32 nBad = psMemCheckCorruption(0); 204 204 if(nBad) { 205 205 printf("ERROR: Found %d bad memory blocks\n", nBad);
Note:
See TracChangeset
for help on using the changeset viewer.
