]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fixed K9 scan issues.
authorhhuan13 <hhuan13@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 9 Aug 2010 06:27:12 +0000 (06:27 +0000)
committerhhuan13 <hhuan13@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 9 Aug 2010 06:27:12 +0000 (06:27 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10780 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Library/UefiHiiLib/HiiLib.c

index 2ad85ad75ea550d7cdf353e43bf5e06166d26d31..c6e1fe12ad2be6a96201be8ea15e37eecd9865f8 100644 (file)
@@ -1411,7 +1411,7 @@ InternalHiiValidateCurrentSetting (
           // Get Offset by Question header\r
           //\r
           Offset = IfrCheckBox->Question.VarStoreInfo.VarOffset;\r
-          Width  = sizeof (BOOLEAN);\r
+          Width  = (UINT16) sizeof (BOOLEAN);\r
           //\r
           // Check whether this question is in current block array.\r
           //\r