Merge pull request #9 from jakcron/npdm-development

[nx] Fixed typo in AciHeader
This commit is contained in:
Jack 2018-04-29 11:23:52 +08:00 committed by GitHub
commit 34b17390ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,7 +116,7 @@ void AciHeader::exportBinary()
uint32_t flags = 0;
if (mIsProduction)
flags |= _BIT(aci::FLAG_PRODUCTION);
if (mIsProduction)
if (mIsUnqualifiedApproval)
flags |= _BIT(aci::FLAG_UNQUALIFIED_APPROVAL);
hdr->flags = flags;