*** empty log message ***

This commit is contained in:
Mike Goslin 2000-12-15 23:19:43 +00:00
parent 8f93982302
commit 8951483ebf

View File

@ -301,6 +301,7 @@ initiate(const string &file_name, Filename file_dest,
// Attempt to open the destination file
file_dest.set_binary();
_dest_stream.setf(ios::unitbuf, 0);
bool result;
if (partial_content == true && first_byte > 0)
result = file_dest.open_append(_dest_stream);