2
0
mirror of https://github.com/boostorg/process.git synced 2026-01-30 08:02:37 +00:00

fixed typo

This commit is contained in:
klemens-morgenstern
2016-09-26 10:55:24 +02:00
parent 48578d71d2
commit c8e4ecc89c

View File

@@ -88,7 +88,7 @@ public:
if (_source.is_open())
{
_source.close();
_sink.assign(::boost::detail::winapi::INVALID_HANDLE_VALUE_);
_source.assign(::boost::detail::winapi::INVALID_HANDLE_VALUE_);
}
}
void close(boost::system::error_code & ec)