mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 01:44:06 -04:00
corrects bug: wrong case entered in MultiplexStreamBuf::Output::write_string() in panda/src/downloader/multiplexStreamBuf.cxx
Closes #902
This commit is contained in:
parent
9e80282aff
commit
f2e67169bc
@ -37,7 +37,7 @@ add_ostream(std::ostream *out, bool delete_later) {
|
|||||||
INLINE bool MultiplexStream::
|
INLINE bool MultiplexStream::
|
||||||
add_stdio_file(FILE *fout, bool close_when_done) {
|
add_stdio_file(FILE *fout, bool close_when_done) {
|
||||||
_msb.add_output(MultiplexStreamBuf::BT_line,
|
_msb.add_output(MultiplexStreamBuf::BT_line,
|
||||||
MultiplexStreamBuf::OT_ostream,
|
MultiplexStreamBuf::OT_stdio,
|
||||||
nullptr, fout, close_when_done);
|
nullptr, fout, close_when_done);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user