mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
@@ -199,7 +199,7 @@ public:
|
||||
if (m_data_message) {
|
||||
size_t num;
|
||||
|
||||
input.get(m_payload_buffer, PAYLOAD_BUFFER_SIZE, 0xFF);
|
||||
input.get(m_payload_buffer, PAYLOAD_BUFFER_SIZE, '\xFF');
|
||||
|
||||
num = static_cast<size_t>(input.gcount());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user