Changeset 2204 for trunk/psLib/test/collections/tst_psMetadata_06.c
- Timestamp:
- Oct 26, 2004, 2:57:34 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/collections/tst_psMetadata_06.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/tst_psMetadata_06.c
r2050 r2204 13 13 * @author Ross Harman, MHPCC 14 14 * 15 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $16 * @date $Date: 2004-10- 12 01:54:00$15 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2004-10-27 00:57:33 $ 17 17 * 18 18 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 59 59 60 60 61 int main( intargc, char* argv[] )61 psS32 main( psS32 argc, char* argv[] ) 62 62 { 63 63 psMetadataItem *item1a = NULL; … … 134 134 } 135 135 psMemCheckCorruption(0); 136 intnBad = psMemCheckCorruption(0);136 psS32 nBad = psMemCheckCorruption(0); 137 137 if(nBad) { 138 138 printf("ERROR: Found %d bad memory blocks\n", nBad);
Note:
See TracChangeset
for help on using the changeset viewer.
