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:
hhuan13 2010-08-09 06:27:12 +00:00
parent 2ec364f9bf
commit 19550383ac
1 changed files with 1 additions and 1 deletions

View File

@ -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.
//