mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Rename to max_needed for clarity
This commit is contained in:
@@ -54,7 +54,7 @@ public:
|
||||
ec = boost::system::error_code ();
|
||||
|
||||
m_buffer.commit (boost::asio::read (m_next_layer,
|
||||
m_buffer.prepare (m_detector.needed ()), ec));
|
||||
m_buffer.prepare (m_detector.max_needed ()), ec));
|
||||
|
||||
if (!ec)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user