mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
*** empty log message ***
This commit is contained in:
parent
26d7cb8ccb
commit
d143358212
@ -423,6 +423,7 @@ run(void) {
|
||||
if (write_to_disk(_current_status) == false)
|
||||
return DS_error_write;
|
||||
}
|
||||
_dest_stream.close();
|
||||
return DS_success;
|
||||
} else {
|
||||
if (downloader_cat.is_debug())
|
||||
|
@ -109,7 +109,7 @@ run(void) {
|
||||
// Write to the out file
|
||||
char *start = _buffer->_buffer;
|
||||
int size = _source_buffer_length;
|
||||
if (_mfile.write_extract(start, size, _rel_path) == true) {
|
||||
if (_mfile.write(start, size, _rel_path) == true) {
|
||||
_read_stream.close();
|
||||
_source_file.unlink();
|
||||
return ES_success;
|
||||
|
Loading…
x
Reference in New Issue
Block a user