STYLE: Adjusted signature of cmGeneratedFileStream to make copy-if-different more explicity.

This commit is contained in:
Brad King
2004-11-03 07:51:51 -05:00
parent e34207c1f0
commit a5ae290a5b
9 changed files with 49 additions and 40 deletions
+1 -1
View File
@@ -186,7 +186,7 @@ void cmLocalUnixMakefileGenerator::OutputMakefile(const char* file,
// Create a stream that writes to a temporary file
// then does a copy at the end. This is to allow users
// to hit control-c during the make of the makefile
cmGeneratedFileStream fout(file, false);
cmGeneratedFileStream fout(file);
if(!fout)
{
return;