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