Merge branch 'upstream-kwsys' into update-kwsys
This commit is contained in:
commit
e88f3b3bcc
|
@ -2375,6 +2375,10 @@ bool SystemTools::CopyFileAlways(const kwsys_stl::string& source, const kwsys_st
|
||||||
{
|
{
|
||||||
fout.write(buffer, fin.gcount());
|
fout.write(buffer, fin.gcount());
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Make sure the operating system has finished writing the file
|
// Make sure the operating system has finished writing the file
|
||||||
|
|
Loading…
Reference in New Issue