mirror of https://github.com/acidanthera/audk.git
Fixed K9 scan issues.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10780 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
2ec364f9bf
commit
19550383ac
|
@ -1411,7 +1411,7 @@ InternalHiiValidateCurrentSetting (
|
|||
// Get Offset by Question header
|
||||
//
|
||||
Offset = IfrCheckBox->Question.VarStoreInfo.VarOffset;
|
||||
Width = sizeof (BOOLEAN);
|
||||
Width = (UINT16) sizeof (BOOLEAN);
|
||||
//
|
||||
// Check whether this question is in current block array.
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue