# # # patch "cmd_automate.cc" # from [b30aa17a315bd443c8a1b9078d5435f949ccae3b] # to [e184325ee1ac19a7fefa3681fa708d4a5e4ccfe5] # ============================================================ --- cmd_automate.cc b30aa17a315bd443c8a1b9078d5435f949ccae3b +++ cmd_automate.cc e184325ee1ac19a7fefa3681fa708d4a5e4ccfe5 @@ -282,9 +282,8 @@ struct automate_ostream : public std::os automate_streambuf _M_autobuf; automate_ostream(std::ostream &out, size_t blocksize) - : std::ostream(&_M_autobuf), - _M_autobuf(out, blocksize) - {} + : _M_autobuf(out, blocksize) + { this->init(&_M_autobuf); } ~automate_ostream() {}