mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
clear error flag
This commit is contained in:
parent
b998a1db59
commit
5d1338ef99
@ -86,6 +86,7 @@ get_output() {
|
|||||||
_output_filename.set_text();
|
_output_filename.set_text();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_output_stream.clear();
|
||||||
if (!_output_filename.open_write(_output_stream)) {
|
if (!_output_filename.open_write(_output_stream)) {
|
||||||
nout << "Unable to write to " << _output_filename << "\n";
|
nout << "Unable to write to " << _output_filename << "\n";
|
||||||
exit(1);
|
exit(1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user