Minor fix
This commit is contained in:
parent
132508d5cc
commit
084700d54b
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ bool UDPC::VerifyContext(void *ctx) {
|
||||||
}
|
}
|
||||||
|
|
||||||
bool UDPC::isBigEndian() {
|
bool UDPC::isBigEndian() {
|
||||||
static std::optional<bool> isBigEndian = {};
|
static std::optional<bool> isBigEndian = std::nullopt;
|
||||||
if(isBigEndian) {
|
if(isBigEndian) {
|
||||||
return *isBigEndian;
|
return *isBigEndian;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue