Merge branch 'backport-KWSys-SystemTools-CopyFileAlways-fix' into release

This commit is contained in:
Brad King 2015-03-02 08:55:21 -05:00
commit eb3bced50f

View File

@ -2330,6 +2330,10 @@ bool SystemTools::CopyFileAlways(const kwsys_stl::string& source, const kwsys_st
{
fout.write(buffer, fin.gcount());
}
else
{
break;
}
}
// Make sure the operating system has finished writing the file