mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -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
|
||||
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user