From f7b1a90256a3e7d94cbb58b595eee5190e8958ba Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 16 Aug 2002 09:45:34 -0400 Subject: ERR: unsigned int -> size_t. --- Source/cmVTKMakeInstantiatorCommand.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmVTKMakeInstantiatorCommand.cxx b/Source/cmVTKMakeInstantiatorCommand.cxx index 0c6c21a..2266f8e 100644 --- a/Source/cmVTKMakeInstantiatorCommand.cxx +++ b/Source/cmVTKMakeInstantiatorCommand.cxx @@ -187,7 +187,7 @@ cmVTKMakeInstantiatorCommand { cmGeneratedFileStream fout(fullName.c_str()); - unsigned int thisBlockSize = + size_t thisBlockSize = (block < numFullBlocks)? groupSize:lastBlockSize; // Actually generate the code in the file. -- cgit v0.12