Oops. Not sure how that got reverted.
This commit is contained in:
@@ -746,7 +746,7 @@ public:
|
|||||||
if (result) {
|
if (result) {
|
||||||
input_++;
|
input_++;
|
||||||
}
|
}
|
||||||
return result;
|
return xe::byte_swap(result);
|
||||||
}
|
}
|
||||||
|
|
||||||
uint16_t peek(int32_t offset) {
|
uint16_t peek(int32_t offset) {
|
||||||
@@ -787,7 +787,7 @@ public:
|
|||||||
if (result) {
|
if (result) {
|
||||||
input_++;
|
input_++;
|
||||||
}
|
}
|
||||||
return result;
|
return xe::byte_swap(result);
|
||||||
}
|
}
|
||||||
|
|
||||||
uint16_t peek(int32_t offset) {
|
uint16_t peek(int32_t offset) {
|
||||||
|
|||||||
Reference in New Issue
Block a user