2
0
mirror of https://github.com/boostorg/process.git synced 2026-01-19 04:22:15 +00:00

Typo fix.

Closes #365
This commit is contained in:
Klemens Morgenstern
2024-10-25 07:49:56 +08:00
parent c492c93062
commit 9f104634a9

View File

@@ -764,7 +764,7 @@ struct value
value& operator=( const Source& source )
{
value_ = BOOST_PROCESS_V2_NAMESPACE::detail::conv_string<char_type, traits_type>(
source.data(), source.size);
source.data(), source.size());
return *this;
}