We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b4e74f6 + a391c14 commit 2f0e0e6Copy full SHA for 2f0e0e6
src/SFileVerify.cpp
@@ -767,7 +767,7 @@ bool QueryMpqSignatureInfo(
767
768
// Check the signature header "NGIS"
769
if(pSI->Signature[0] != 'N' || pSI->Signature[1] != 'G' || pSI->Signature[2] != 'I' || pSI->Signature[3] != 'S')
770
- return false;
+ return true; //Not a valid signature, but another filetype could've been appended so not always an error.
771
772
pSI->SignatureTypes |= SIGNATURE_TYPE_STRONG;
773
return true;
0 commit comments