More carefully check defines for endianness.
This commit is contained in:
parent
1533b588e3
commit
8da6259aff
5 changed files with 47 additions and 13 deletions
|
@ -702,7 +702,7 @@ VirtualDiscFileSystem::VirtualDiscFileSystem(IHandleAllocator *_hAlloc, std::str
|
|||
|
||||
VirtualDiscFileSystem::~VirtualDiscFileSystem() {
|
||||
for (auto iter = entries.begin(); iter != entries.end(); ++iter) {
|
||||
if (!iter->second.type != VFILETYPE_ISO)
|
||||
if (iter->second.type != VFILETYPE_ISO)
|
||||
iter->second.hFile.Close();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue