From a697008f1332c59a6c05498aa96918079b8d2ea0 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Mon, 15 Apr 2019 11:36:01 -0700 Subject: [PATCH] demagic --- src/remote/codec.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/remote/codec.cpp b/src/remote/codec.cpp index 012b029..d136d6a 100644 --- a/src/remote/codec.cpp +++ b/src/remote/codec.cpp @@ -1514,7 +1514,7 @@ void BlockingServerTCPTransportCodec::send(ByteBuffer* buffer, buffer->putByte( 0x01 | 0x40 | ((EPICS_BYTE_ORDER == EPICS_ENDIAN_BIG) ? 0x80 : 0x00)); // control + server + endian - buffer->putByte(2); // set byte order + buffer->putByte(CMD_SET_ENDIANESS); // set byte order buffer->putInt(0);