mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
*** empty log message ***
This commit is contained in:
parent
8f93982302
commit
8951483ebf
@ -301,6 +301,7 @@ initiate(const string &file_name, Filename file_dest,
|
|||||||
|
|
||||||
// Attempt to open the destination file
|
// Attempt to open the destination file
|
||||||
file_dest.set_binary();
|
file_dest.set_binary();
|
||||||
|
_dest_stream.setf(ios::unitbuf, 0);
|
||||||
bool result;
|
bool result;
|
||||||
if (partial_content == true && first_byte > 0)
|
if (partial_content == true && first_byte > 0)
|
||||||
result = file_dest.open_append(_dest_stream);
|
result = file_dest.open_append(_dest_stream);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user