Skip to content

Commit 96bc51e

Browse files
committed
CA-447 Default to expecting big-endian payload if not specified via keyword.
1 parent ea19f0c commit 96bc51e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/SourceVITA49.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ void SourceVITA49_i::initialize_values() {
119119
_readIndex = 0;
120120
packetSize = this->advanced_configuration.vita49_packet_size;
121121
_offset = 0;
122-
_dataRef = BYTE_ORDER;
122+
_dataRef = BIG_ENDIAN;
123123
T.twsec = 0;
124124
T.tfsec = 0;
125125
lastTimeStamp.twsec = 0;

0 commit comments

Comments
 (0)