Oops. Not sure how that got reverted.
This commit is contained in:
parent
2a2fe509e6
commit
225bb74316
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue