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:
@@ -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.
|
||||
//
|
||||
|
Reference in New Issue
Block a user