mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
minor crashfix
This commit is contained in:
parent
60b3920388
commit
c80eba7088
@ -1449,9 +1449,12 @@ download_finished(bool success) {
|
|||||||
<< ", failed hash check\n";
|
<< ", failed hash check\n";
|
||||||
nout << "expected: ";
|
nout << "expected: ";
|
||||||
_file_spec.output_hash(nout);
|
_file_spec.output_hash(nout);
|
||||||
nout << "\n got: ";
|
|
||||||
_file_spec.get_actual_file()->output_hash(nout);
|
|
||||||
nout << "\n";
|
nout << "\n";
|
||||||
|
if (_file_spec.get_actual_file() != (FileSpec *)NULL) {
|
||||||
|
nout << " got: ";
|
||||||
|
_file_spec.get_actual_file()->output_hash(nout);
|
||||||
|
nout << "\n";
|
||||||
|
}
|
||||||
|
|
||||||
success = false;
|
success = false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user