We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de28409 commit b4b4aacCopy full SHA for b4b4aac
1 file changed
PowerUtils/xex.cpp
@@ -135,7 +135,7 @@ Image Xex2LoadImage(const uint8_t* data)
135
// Decompress image
136
if (compressionInfo != nullptr)
137
{
138
- assert(compressionInfo->CompressionType >= XEX_COMPRESSION_BASIC);
+ assert(compressionInfo->CompressionType <= XEX_COMPRESSION_BASIC);
139
assert(compressionInfo->EncryptionType == XEX_ENCRYPTION_NONE);
140
141
if (compressionInfo->CompressionType == XEX_COMPRESSION_NONE)
0 commit comments