|
|
@@ -37,7 +37,7 @@ add_ostream(std::ostream *out, bool delete_later) {
|
|
|
INLINE bool MultiplexStream::
|
|
|
add_stdio_file(FILE *fout, bool close_when_done) {
|
|
|
_msb.add_output(MultiplexStreamBuf::BT_line,
|
|
|
- MultiplexStreamBuf::OT_ostream,
|
|
|
+ MultiplexStreamBuf::OT_stdio,
|
|
|
nullptr, fout, close_when_done);
|
|
|
return true;
|
|
|
}
|