Skip to content

Commit 925b4cd

Browse files
committed
Merge pull request XRPLF#124 from oberstet/master
minor thing
2 parents 3208b1b + 44bacdb commit 925b4cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/processors/hybi_legacy.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ class hybi_legacy : public processor_base {
199199
if (m_data_message) {
200200
size_t num;
201201

202-
input.get(m_payload_buffer, PAYLOAD_BUFFER_SIZE, 0xFF);
202+
input.get(m_payload_buffer, PAYLOAD_BUFFER_SIZE, '\xFF');
203203

204204
num = static_cast<size_t>(input.gcount());
205205

0 commit comments

Comments
 (0)