mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
*** empty log message ***
This commit is contained in:
parent
b46c629f0c
commit
b499fd2895
@ -84,7 +84,6 @@ initiate(Filename &source_file, const Filename &rel_path) {
|
||||
_total_bytes_read = 0;
|
||||
_read_all_input = false;
|
||||
_handled_all_input = false;
|
||||
_mfile.reset();
|
||||
return ES_success;
|
||||
}
|
||||
|
||||
@ -112,6 +111,7 @@ run(void) {
|
||||
if (_mfile.write(start, size, _rel_path) == true) {
|
||||
_read_stream.close();
|
||||
_source_file.unlink();
|
||||
_mfile.reset();
|
||||
return ES_success;
|
||||
}
|
||||
return ES_ok;
|
||||
|
Loading…
x
Reference in New Issue
Block a user